mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +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)
|
if (!unitTarget)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
unitTarget->CastSpell(unitTarget, 57292, true);
|
unitTarget->CastSpell(unitTarget, 45548, true);
|
||||||
|
unitTarget->CastSpell(unitTarget, 57073, true);
|
||||||
|
unitTarget->CastSpell(unitTarget, 57398, true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 58466: // Gigantic Feast
|
case 58466: // Gigantic Feast
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "12200"
|
#define REVISION_NR "12201"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue