diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 09236f84e..252aacbdf 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -1169,6 +1169,12 @@ void Spell::EffectDummy(uint32 i) m_caster->CastSpell(m_caster, 30452, true, NULL); return; } + case 53341: + case 53343: + { + m_caster->CastSpell(m_caster,54586,true); + return; + } } //All IconID Check in there @@ -4919,6 +4925,14 @@ void Spell::EffectScriptEffect(uint32 effIndex) break; } + case 51770: + { + if(!unitTarget) + return; + + unitTarget->CastSpell(unitTarget,51771,false); + break; + } } if( m_spellInfo->SpellFamilyName == SPELLFAMILY_PALADIN )