Fix addclass

This commit is contained in:
Yunfan Li
2024-09-01 14:09:35 +08:00
parent 0281fe73ad
commit 3f9165a714
3 changed files with 5 additions and 3 deletions

View File

@@ -162,8 +162,6 @@ RandomPlayerbotMgr::RandomPlayerbotMgr() : PlayerbotHolder(), processTicks(0)
{
sPlayerbotCommandServer->Start();
PrepareTeleportCache();
if (sPlayerbotAIConfig->addClassCommand)
PrepareAddclassCache();
}
BattlegroundData.clear();