diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index cb7d3c35c..2c98cfc01 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -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; } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index ec0807539..537584388 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9325" + #define REVISION_NR "9326" #endif // __REVISION_NR_H__