[12201] Fix spell 57397. Thanks to koksneo for spotting the error

This commit is contained in:
Schmoozerd 2012-09-07 01:11:01 +02:00 committed by Antz
parent 56e59031b2
commit 5dcb4d40ce
2 changed files with 4 additions and 2 deletions

View file

@ -7927,7 +7927,9 @@ void Spell::EffectScriptEffect(SpellEffectEntry const* effect)
if (!unitTarget)
return;
unitTarget->CastSpell(unitTarget, 57292, true);
unitTarget->CastSpell(unitTarget, 45548, true);
unitTarget->CastSpell(unitTarget, 57073, true);
unitTarget->CastSpell(unitTarget, 57398, true);
break;
}
case 58466: // Gigantic Feast

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12200"
#define REVISION_NR "12201"
#endif // __REVISION_NR_H__