aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index eb50a98f036..696071dec97 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -1306,6 +1306,11 @@ void Spell::EffectDummy(uint32 i)
}
return;
}
+ case 52759: // Ancestral Awakening
+ if (!unitTarget)
+ return;
+ m_caster->CastCustomSpell(unitTarget, 52752, &damage, NULL, NULL, true);
+ return;
case 53341:
case 53343:
{