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
|
|
@ -5252,7 +5252,7 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
|||
((Player*)m_caster)->learnSpell(discoveredSpell, false);
|
||||
return;
|
||||
}
|
||||
case 69377: //Fortitude
|
||||
case 69377: //Fortitude
|
||||
{
|
||||
if(!unitTarget)
|
||||
return;
|
||||
|
|
@ -5260,22 +5260,22 @@ void Spell::EffectScriptEffect(uint32 effIndex)
|
|||
m_caster->CastSpell(unitTarget, 72590, true);
|
||||
return;
|
||||
}
|
||||
case 69381: //Gift of the Wild
|
||||
{
|
||||
if(!unitTarget)
|
||||
return;
|
||||
case 69378: //Blessing of Forgotten Kings
|
||||
{
|
||||
if(!unitTarget)
|
||||
return;
|
||||
|
||||
m_caster->CastSpell(unitTarget, 72588, true);
|
||||
return;
|
||||
}
|
||||
case 69378: //Blessing of Forgotten Kings
|
||||
{
|
||||
if(!unitTarget)
|
||||
return;
|
||||
m_caster->CastSpell(unitTarget, 72586, true);
|
||||
return;
|
||||
}
|
||||
case 69381: //Gift of the Wild
|
||||
{
|
||||
if(!unitTarget)
|
||||
return;
|
||||
|
||||
m_caster->CastSpell(unitTarget, 72586, true);
|
||||
return;
|
||||
}
|
||||
m_caster->CastSpell(unitTarget, 72588, true);
|
||||
return;
|
||||
}
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue