From b37f9b1e55bd4b80597b8b8c3f461aad70ccc5c1 Mon Sep 17 00:00:00 2001 From: maximius Date: Mon, 14 Sep 2009 16:02:13 -0700 Subject: *Merged MaNGOS [8458], [8475], [8476] by ogeraisi, thanks to all authors :) --HG-- branch : trunk --- src/game/Spell.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/Spell.cpp') diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index 5944dd08df3..fbe5bce42d7 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -5363,6 +5363,7 @@ SpellCastResult Spell::CheckCasterAuras() const else if ( m_spellInfo->PreventionType==SPELL_PREVENTION_TYPE_SILENCE) return SPELL_FAILED_SILENCED; break; + default: break; } } } -- cgit v1.2.3