mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 13:37:13 +00:00
[12201] Fix spell 57397. Thanks to koksneo for spotting the error
This commit is contained in:
parent
56e59031b2
commit
5dcb4d40ce
2 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue