Implemented Raid OOC Regen

This commit is contained in:
Russell Kinasz
2014-08-12 15:18:11 -07:00
parent cfd6364999
commit 1ba4b6fc31
10 changed files with 47 additions and 7 deletions
+1
View File
@@ -524,6 +524,7 @@ public:
//More stuff to sort:
virtual bool IsRaidTarget() { return false; };
virtual bool IsAttackAllowed(Mob *target, bool isSpellAttack = false);
bool IsTargeted() const { return (targeted > 0); }
inline void IsTargeted(int in_tar) { targeted += in_tar; if(targeted < 0) targeted = 0;}