We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When config is set to disable it still runs in the world server
Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
[worldserver]
Auctionator configuration
Auctionator.Enable Description: Enable my module and print "Hello World" message at server start Default: 0 - Disabled 1 - Enabled
Auctionator.Enabled = 0
See world server output:
AzerothCore rev. e863873d4c80 2024-04-03 19:36:53 +0000 (master branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon) ready... Loading account bound templates...
Loaded 205 companion templates Loaded 1 faction-specific companion templates Loaded 246 mount templates Loaded 73 faction-specific mount templates [Auctionator]: Auctionator initializing... [Auctionator] Initializing Auctionator Config [Auctionator] config->isEnabled: 0 [Auctionator] CharacterIds: 2::1 [Auctionator] Auctionator config initialized [Auctionator] Event init [AuctionatorEvents] Initializing events [Auctionator]: Auctionator disabled. AC> Starting up Auction House Listing thread... Calendar deletion of old events. [Auctionator] - - - - - - - - - - - - - - - - - - - - [Auctionator] Neutral count: 5100 [Auctionator] Alliance count: 5097 [Auctionator] Horde count: 5100 [Auctionator] UpdatingEvents [AuctionatorEvents] Executing events [AuctionatorEvents] Executing event: AllianceSeller [AuctionatorEvents] Alliance count over max: 5097 [AuctionatorEvents] Executing event: HordeSeller [AuctionatorEvents] Horde count over max: 5100 [AuctionatorEvents] Executing event: NeutralSeller [AuctionatorEvents] Neutral count over max: 5100 [Auctionator] ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When config is set to disable it still runs in the world server
Copyright (C) 2016+ AzerothCore <www.azerothcore.org>, released under GNU AGPL v3 license: https://github.com/azerothcore/azerothcore-wotlk/blob/master/LICENSE-AGPL3
[worldserver]
Auctionator configuration
Auctionator.Enabled = 0
See world server output:
AzerothCore rev. e863873d4c80 2024-04-03 19:36:53 +0000 (master branch) (Win64, RelWithDebInfo, Static) (worldserver-daemon) ready...
Loading account bound templates...
The text was updated successfully, but these errors were encountered: