aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authormegamage <none@none>2009-05-22 16:49:37 -0500
committermegamage <none@none>2009-05-22 16:49:37 -0500
commit2e46b7e65d9d798dc5525612c893860cd0d86722 (patch)
treec6e87e74ab612ca46e8f3ce83b1d6817339aff64 /src/game/SpellEffects.cpp
parent90b2951a5377f302580944fd85fc0fb343e9339d (diff)
[7876] Implemented dummy effect /*and special target selection*/ for 52759. Author: ApoC
--HG-- branch : trunk
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:
{