From b7f6495d2a4f8148393196b255e572bc562f629f Mon Sep 17 00:00:00 2001 From: Blaymoira Date: Sat, 14 Mar 2009 11:21:41 +0100 Subject: *Fixed molten armor --HG-- branch : trunk --- src/game/SpellMgr.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src') 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]) { -- cgit v1.2.3