Fixed a few bot issues...

This commit is contained in:
Uleat
2018-10-06 23:23:29 -04:00
parent d8c6c62809
commit 94c17f941c
5 changed files with 89 additions and 4 deletions
+3
View File
@@ -534,6 +534,9 @@ public:
bool IsBotCaster() { return IsCasterClass(GetClass()); }
bool IsBotINTCaster() { return IsINTCasterClass(GetClass()); }
bool IsBotWISCaster() { return IsWISCasterClass(GetClass()); }
bool IsBotSpellFighter() { return IsSpellFighterClass(GetClass()); }
bool IsBotFighter() { return IsFighterClass(GetClass()); }
bool IsBotNonSpellFighter() { return IsNonSpellFighterClass(GetClass()); }
bool CanHeal();
int GetRawACNoShield(int &shield_ac);