mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +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);
|
((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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue