Skip to content

Commit

Permalink
Playerbot: Fix new AHbot not being initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Sep 15, 2024
1 parent 5964022 commit 738533b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/game/World/World.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1412,6 +1412,9 @@ void World::SetInitialWorldSettings()

#ifdef ENABLE_PLAYERBOTS
sPlayerbotAIConfig.Initialize();
#ifndef BUILD_AHBOT
auctionbot.Init();
#endif
#endif

sLog.outString("---------------------------------------");
Expand Down

0 comments on commit 738533b

Please sign in to comment.