[7876] Implemented dummy effect and special target selection for 52759.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-05-22 20:30:48 +02:00
parent dad833fd3e
commit e0e5ed7bd8
4 changed files with 33 additions and 2 deletions

View file

@ -1138,6 +1138,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:
{