diff options
Diffstat (limited to 'src/game/Spell.h')
| -rw-r--r-- | src/game/Spell.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 45a3a123bae..f012fdff231 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -82,7 +82,7 @@ enum SpellCastFlags CAST_FLAG_UNKNOWN3 = 0x00000100, CAST_FLAG_UNKNOWN13 = 0x00000200, CAST_FLAG_UNKNOWN14 = 0x00000400, - CAST_FLAG_UNKNOWN6 = 0x00000800, // wotlk, trigger rune cooldown + CAST_FLAG_POWER_LEFT_SELF = 0x00000800, // wotlk CAST_FLAG_UNKNOWN15 = 0x00001000, CAST_FLAG_UNKNOWN16 = 0x00002000, CAST_FLAG_UNKNOWN17 = 0x00004000, @@ -517,6 +517,7 @@ class Spell Item* itemTarget; GameObject* gameObjTarget; int32 damage; + Aura * m_spellAura; // only used in DoAllEffectOnTarget // this is set in Spell Hit, but used in Apply Aura handler DiminishingLevels m_diminishLevel; |
