diff options
Diffstat (limited to 'src/server/game/Spells/Spell.h')
-rw-r--r-- | src/server/game/Spells/Spell.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/game/Spells/Spell.h b/src/server/game/Spells/Spell.h index d59c3201c51..ae75f3798b4 100644 --- a/src/server/game/Spells/Spell.h +++ b/src/server/game/Spells/Spell.h @@ -338,7 +338,6 @@ class TC_GAME_API Spell void EffectNULL(SpellEffIndex effIndex); void EffectUnused(SpellEffIndex effIndex); void EffectDistract(SpellEffIndex effIndex); - void EffectPull(SpellEffIndex effIndex); void EffectSchoolDMG(SpellEffIndex effIndex); void EffectEnvironmentalDMG(SpellEffIndex effIndex); void EffectInstaKill(SpellEffIndex effIndex); @@ -392,7 +391,6 @@ class TC_GAME_API Spell void EffectSummonObjectWild(SpellEffIndex effIndex); void EffectScriptEffect(SpellEffIndex effIndex); void EffectSanctuary(SpellEffIndex effIndex); - void EffectAddComboPoints(SpellEffIndex effIndex); void EffectDuel(SpellEffIndex effIndex); void EffectStuck(SpellEffIndex effIndex); void EffectSummonPlayer(SpellEffIndex effIndex); @@ -449,7 +447,6 @@ class TC_GAME_API Spell void EffectGameObjectDamage(SpellEffIndex effIndex); void EffectGameObjectRepair(SpellEffIndex effIndex); void EffectGameObjectSetDestructionState(SpellEffIndex effIndex); - void EffectActivateRune(SpellEffIndex effIndex); void EffectCreateTamedPet(SpellEffIndex effIndex); void EffectDiscoverTaxi(SpellEffIndex effIndex); void EffectTitanGrip(SpellEffIndex effIndex); |