aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.h
diff options
context:
space:
mode:
authormaximius <none@none>2009-08-14 17:24:52 -0700
committermaximius <none@none>2009-08-14 17:24:52 -0700
commit2fd68eab44c1c0ea02d93ea1b5de47f0880f84ea (patch)
treef411b81aa63bcb7908746676a5461d8332aa63dd /src/game/Spell.h
parentc7aa2f64e3593f86ddf3ee5c13eb4ea4d8c1db2d (diff)
*Add Dual Spec support, original by EnderGT, thanks to Thyros and XTElite1 for helping me test :)
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.h')
-rw-r--r--src/game/Spell.h2
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;