Rogue stealth spell & Target selection for combo class

This commit is contained in:
Yunfan Li
2024-02-10 22:03:33 +08:00
parent 4091ba3e5a
commit f09d8d72f4
5 changed files with 119 additions and 42 deletions

View File

@@ -333,6 +333,7 @@ class PlayerbotAI : public PlayerbotAIBase
bool IsDps(Player* player);
bool IsRanged(Player* player);
bool IsCaster(Player* player);
bool IsCombo(Player* player);
bool IsRangedDps(Player* player);
bool IsMainTank(Player* player);
bool IsAssistTank(Player* player);