diff options
author | Blaymoira <none@none> | 2009-03-14 11:21:41 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-03-14 11:21:41 +0100 |
commit | b7f6495d2a4f8148393196b255e572bc562f629f (patch) | |
tree | ec699469c80ed20d0cf7b66b45f587918cd0666f /src | |
parent | 0914744258c861d04597c69e5fd8acf964e9eca2 (diff) |
*Fixed molten armor
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 2d8e9d5a86b..4a7ab708c3d 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -520,9 +520,8 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) switch(spellId) { - case 23333: // BG spell - case 23335: // BG spell - case 34976: // BG spell + case 23333: case 23335: case 34976: // BG spell + case 30482: case 43045: case 43046: // Molten armor expection need find the real bug return true; case 28441: // not positive dummy spell case 37675: // Chaos Blast @@ -531,7 +530,7 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) case 34700: // Allergic Reaction case 31719: // Suspension return false; - } + } switch(spellproto->Effect[effIndex]) { |