aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Spells
diff options
context:
space:
mode:
authorKandera <KanderaDev@gmail.com>2012-06-15 14:19:42 -0400
committerKandera <KanderaDev@gmail.com>2012-06-15 14:19:42 -0400
commit521bf5f64ed03585ac427f1056af63c4f92de38b (patch)
tree45980bfd8aae82c1203b924df615d38c866e22ea /src/server/scripts/Spells
parent2ff2387aa529df746d32910784a307c260ac9303 (diff)
Core/Spells: fix build error from previous commit.
Diffstat (limited to 'src/server/scripts/Spells')
-rw-r--r--src/server/scripts/Spells/spell_warlock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Spells/spell_warlock.cpp b/src/server/scripts/Spells/spell_warlock.cpp
index 75953283113..e20eb07d45a 100644
--- a/src/server/scripts/Spells/spell_warlock.cpp
+++ b/src/server/scripts/Spells/spell_warlock.cpp
@@ -535,7 +535,7 @@ class spell_warl_haunt : public SpellScriptLoader
{
PrepareSpellScript(spell_warl_haunt_SpellScript);
- void HandleEffectHit()
+ void HandleOnHit()
{
if (Aura* aura = GetHitAura())
if (AuraEffect* aurEff = aura->GetEffect(EFFECT_1))