[Initialization] Send talent packet after intialization

This commit is contained in:
Yunfan Li
2024-07-19 15:40:31 +08:00
parent cdd4ab7080
commit e7fe79d946
2 changed files with 6 additions and 1 deletions

View File

@@ -553,7 +553,7 @@ void AiFactory::AddDefaultNonCombatStrategies(Player* player, PlayerbotAI* const
if (sPlayerbotAIConfig->autoSaveMana) {
nonCombatEngine->addStrategy("auto save mana");
}
if ((facade->IsRealPlayer() || sRandomPlayerbotMgr->IsRandomBot(player)) && !player->InBattleground())
if ((sRandomPlayerbotMgr->IsRandomBot(player)) && !player->InBattleground())
{
Player* master = facade->GetMaster();