diff options
author | XTZGZoReX <none@none> | 2009-03-20 20:46:52 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-03-20 20:46:52 +0100 |
commit | eddb72d1eaa21dfff850f7af56c3c59e0442d577 (patch) | |
tree | 0f26377096336dd6f056db9f0716961fde69490f /src/game/SpellMgr.cpp | |
parent | 2bfa6254cc877043914ebd7a3a3c32e1ab66e187 (diff) | |
parent | ad06f05ddbbe1ddd9cde94abf7f47f0e7c17dc13 (diff) |
* Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 3183b1b4274..35e2cc197f4 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -534,7 +534,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) switch(spellproto->Mechanic) { - case MECHANIC_SHIELD: + case MECHANIC_IMMUNE_SHIELD: return true; default: break; |