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

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__ #ifndef __REVISION_NR_H__
#define __REVISION_NR_H__ #define __REVISION_NR_H__
#define REVISION_NR "9325" #define REVISION_NR "9326"
#endif // __REVISION_NR_H__ #endif // __REVISION_NR_H__