ammo init

This commit is contained in:
Yunfan Li
2023-09-06 11:38:03 +08:00
parent 891636724b
commit fdb62c6cc0
4 changed files with 8 additions and 3 deletions

View File

@@ -21,5 +21,5 @@ void AutoTeleportForLevelAction::AutoUpgradeEquip() {
}
PlayerbotFactory factory(bot, bot->GetLevel(), ITEM_QUALITY_RARE);
factory.InitEquipment(true);
factory.InitSkills();
factory.InitAmmo();
}