aboutsummaryrefslogtreecommitdiff
path: root/src/game/Spell.cpp
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-14 16:48:38 -0700
committermaximius <none@none>2009-09-14 16:48:38 -0700
commit33f8f5ac2d2b99819ce7e0f4aad4fa0648eba35e (patch)
tree1aec6ee2ee29717b8f6d582962abdeb450fd81d9 /src/game/Spell.cpp
parenteb44ad818e365f8e603a36e12d8b4f61fd3b5f50 (diff)
parent7349c1d9dd7ff2331d5059595f3e81dfc097f071 (diff)
*Merge..
--HG-- branch : trunk
Diffstat (limited to 'src/game/Spell.cpp')
-rw-r--r--src/game/Spell.cpp2
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;
}
}
}