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

@@ -120,6 +120,7 @@ class PlayerbotFactory : public InventoryAction
void InitClassSpells();
void InitEquipment(bool incremental);
void InitPet();
void InitAmmo();
private:
void Prepare();
@@ -140,7 +141,6 @@ class PlayerbotFactory : public InventoryAction
void ClearInventory();
void ClearAllItems();
void ResetQuests();
void InitAmmo();
void InitMounts();
void InitPotions();
void InitFood();