mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9326] Restore code style after [9286], [9322].
This commit is contained in:
parent
c37564798d
commit
5a7eb09bd2
2 changed files with 16 additions and 16 deletions
|
|
@ -5260,14 +5260,6 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
|||
m_caster->CastSpell(unitTarget, 72590, true);
|
||||
return;
|
||||
}
|
||||
case 69381: //Gift of the Wild
|
||||
{
|
||||
if(!unitTarget)
|
||||
return;
|
||||
|
||||
m_caster->CastSpell(unitTarget, 72588, true);
|
||||
return;
|
||||
}
|
||||
case 69378: //Blessing of Forgotten Kings
|
||||
{
|
||||
if(!unitTarget)
|
||||
|
|
@ -5276,6 +5268,14 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
|||
m_caster->CastSpell(unitTarget, 72586, true);
|
||||
return;
|
||||
}
|
||||
case 69381: //Gift of the Wild
|
||||
{
|
||||
if(!unitTarget)
|
||||
return;
|
||||
|
||||
m_caster->CastSpell(unitTarget, 72588, true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9325"
|
||||
#define REVISION_NR "9326"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue