mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-04 02:06:50 +00:00
Merge of kayen's PR as well as some fixes i saw
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user