mirror of
https://github.com/mod-playerbots/mod-playerbots
synced 2025-11-29 15:58:20 +08:00
Set _isBotInitializing if randomBotAutologin=0 (#670)
This commit is contained in:
@@ -164,7 +164,10 @@ RandomPlayerbotMgr::RandomPlayerbotMgr() : PlayerbotHolder(), processTicks(0)
|
|||||||
sPlayerbotCommandServer->Start();
|
sPlayerbotCommandServer->Start();
|
||||||
PrepareTeleportCache();
|
PrepareTeleportCache();
|
||||||
}
|
}
|
||||||
|
if (!sPlayerbotAIConfig->randomBotAutologin)
|
||||||
|
{
|
||||||
|
setBotInitializing(false);
|
||||||
|
}
|
||||||
BattlegroundData.clear();
|
BattlegroundData.clear();
|
||||||
|
|
||||||
BgCheckTimer = 0;
|
BgCheckTimer = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user