diff options
author | n0n4m3 <none@none> | 2009-12-17 12:18:10 +0100 |
---|---|---|
committer | n0n4m3 <none@none> | 2009-12-17 12:18:10 +0100 |
commit | 515cf192efc6c3714d905fe8f46d1ec9f26e2738 (patch) | |
tree | 2eff2f4788acb619e0060abc53a61de421a0f361 /src/game/Spell.h | |
parent | ac71d405179551079ffb886063def42d5ae6270a (diff) |
Update Spell code for 322a. Part 1
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r-- | src/game/Spell.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 85d8c46771e..2e12a909d99 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -77,7 +77,8 @@ enum SpellCastFlags CAST_FLAG_UNKNOWN10 = 0x00040000, CAST_FLAG_UNKNOWN5 = 0x00080000, // wotlk CAST_FLAG_UNKNOWN20 = 0x00100000, - CAST_FLAG_UNKNOWN7 = 0x00200000 // wotlk, rune cooldown list + CAST_FLAG_UNKNOWN7 = 0x00200000, // wotlk, rune cooldown list + CAST_FLAG_UNKNOWN21 = 0x04000000 }; enum SpellRangeFlag @@ -362,6 +363,7 @@ class Spell void EffectPlayMusic(uint32 i); void EffectSpecCount(uint32 i); void EffectActivateSpec(uint32 i); + void EffectCastButtons(uint32 i); typedef std::set<Aura *> UsedSpellMods; @@ -780,4 +782,3 @@ class SpellEvent : public BasicEvent Spell* m_Spell; }; #endif - |