diff options
author | Anubisss <none@none> | 2009-07-24 21:12:00 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-07-24 21:12:00 +0200 |
commit | f867cb85bd9672dc25640c4939066716a72202f1 (patch) | |
tree | b7f4f669081174624d8b01b425dd158299a5bde8 /src | |
parent | 0bb2fc634a3f9d1b097a020e8e32f76ef4e287c6 (diff) |
*Fix spell Guarded by the Light.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellEffects.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
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; } |