[11392] implement spell 38358 which casts 38353

Original patch created by megamage, modified by stfx and Schmoozerd. Thanks!

Signed-off-by: DasBlub <DasBlub@gmail.com>
This commit is contained in:
megamage 2011-04-24 22:15:07 +02:00 committed by DasBlub
parent e1f345c49f
commit 119d7d9f48
2 changed files with 9 additions and 1 deletions

View file

@ -6355,6 +6355,14 @@ void Spell::EffectScriptEffect(SpellEffectIndex eff_idx)
break;
}
case 38358: // Tidal Surge
{
if (!unitTarget)
return;
unitTarget->CastSpell(unitTarget, 38353, true, NULL, NULL, m_caster->GetObjectGuid());
return;
}
case 30918: // Improved Sprint
{
if (!unitTarget)

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11391"
#define REVISION_NR "11392"
#endif // __REVISION_NR_H__