From f867cb85bd9672dc25640c4939066716a72202f1 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Fri, 24 Jul 2009 21:12:00 +0200 Subject: *Fix spell Guarded by the Light. --HG-- branch : trunk --- src/game/SpellEffects.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/game/SpellEffects.cpp') diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 6b25d21a1df..0ec93efa83e 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -5206,6 +5206,14 @@ void Spell::EffectScriptEffect(uint32 effIndex) } return; } + // Guarded by The Light + case 63521: + { + // Divine Plea + if(Aura *AuraDivinePlea = m_caster->GetAura(54428)) + AuraDivinePlea->RefreshAura(); + return; + } } break; } -- cgit v1.2.3