Init pet talents

This commit is contained in:
Yunfan Li
2023-12-24 00:23:01 +08:00
parent 44a193c720
commit 3b7d9364ef
2 changed files with 2 additions and 1 deletions

View File

@@ -337,7 +337,7 @@ bool AutoSetTalentsAction::Execute(Event event)
PlayerbotFactory factory(bot, bot->GetLevel());
factory.InitTalentsTree(true, true, true);
factory.InitPetTalents();
botAI->TellMaster(out);
return true;