[9326] Restore code style after [9286], [9322].

This commit is contained in:
VladimirMangos 2010-02-08 06:11:00 +03:00
parent c37564798d
commit 5a7eb09bd2
2 changed files with 16 additions and 16 deletions

View file

@ -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;
}