Revised how dispel works.

This commit is contained in:
KayenEQ
2014-01-26 04:41:45 -05:00
parent 17f0cffca6
commit 3dbf863255
3 changed files with 63 additions and 33 deletions
+1
View File
@@ -206,6 +206,7 @@ public:
inline bool IsCasting() const { return((casting_spell_id != 0)); }
uint16 CastingSpellID() const { return casting_spell_id; }
bool DoCastingChecks();
bool TryDispel(uint8 caster_level, uint8 buff_level, int level_modifier);
//Buff
void BuffProcess();