diff options
author | maximius <none@none> | 2009-09-14 16:48:00 -0700 |
---|---|---|
committer | maximius <none@none> | 2009-09-14 16:48:00 -0700 |
commit | 7349c1d9dd7ff2331d5059595f3e81dfc097f071 (patch) | |
tree | c637055aab5d8f0e733fc611fada42c43ad04d83 /src/game/Spell.cpp | |
parent | 4ab8d4a5ddebbb04597ed2c2d1da39d315bc08ef (diff) |
Backed out changeset 60578c781be1
--HG--
branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r-- | src/game/Spell.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Spell.cpp b/src/game/Spell.cpp index b214ce5067b..fbe5bce42d7 100644 --- a/src/game/Spell.cpp +++ b/src/game/Spell.cpp @@ -5363,7 +5363,7 @@ SpellCastResult Spell::CheckCasterAuras() const else if ( m_spellInfo->PreventionType==SPELL_PREVENTION_TYPE_SILENCE) return SPELL_FAILED_SILENCED; break; - default: break; + default: break; } } } |