Merge of kayen's PR as well as some fixes i saw

This commit is contained in:
KimLS
2014-09-27 14:44:48 -07:00
parent 7831162235
commit 9f64092606
5 changed files with 87 additions and 3 deletions
+10
View File
@@ -96,6 +96,16 @@ public:
int GetPowerfulFlag();
int GetCastRestriction();
bool GetAllowRest();
bool GetInCombat();
bool GetOutOfCombat();
int GetAEMaxTargets();
int GetMaxTargets();
bool GetPersistDeath();
float GetMinDist();
float GetMinDistMod();
float GetMaxDist();
float GetMaxDistMod();
float GetMinRange();
int GetDamageShieldType();
};