Re-write Enchantment (work in progress)

This commit is contained in:
Yunfan Li
2024-03-18 00:48:26 +08:00
parent 9368377fec
commit 3d5f3082a4
5 changed files with 487 additions and 25 deletions

View File

@@ -332,6 +332,7 @@ class PlayerbotAI : public PlayerbotAIBase
bool IsHeal(Player* player);
bool IsDps(Player* player);
bool IsRanged(Player* player);
bool IsMelee(Player* player);
bool IsCaster(Player* player);
bool IsCombo(Player* player);
bool IsRangedDps(Player* player);