InitTalentsTree

This commit is contained in:
Yunfan Li
2023-08-09 12:39:00 +08:00
parent cc0a874a4c
commit 4654218d39
3 changed files with 6 additions and 3 deletions

View File

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