diff options
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r-- | src/game/Spell.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/Spell.h b/src/game/Spell.h index 02256c5447d..b2e2aaf5bbf 100644 --- a/src/game/Spell.h +++ b/src/game/Spell.h @@ -354,6 +354,8 @@ class Spell void EffectTitanGrip(uint32 i); void EffectEnchantItemPrismatic(uint32 i); void EffectPlayMusic(uint32 i); + void EffectSpecCount(uint32 i); + void EffectActivateSpec(uint32 i); typedef std::set<Aura *> UsedSpellMods; |