From 5113bd989dc5666425fffa85b3bd24b1d02aaffb Mon Sep 17 00:00:00 2001 From: QAston Date: Fri, 13 Feb 2009 19:45:07 +0100 Subject: *Fix Empowered Arcane Missiles remove by ice block. --HG-- branch : trunk --- src/game/SpellMgr.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 5dcfde68512..f9afe8a08a1 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -504,6 +504,9 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex) case 23333: // BG spell case 23335: // BG spell case 34976: // BG spell + case 31579: // Arcane Empowerment Rank1 talent aura with one positive and one negative (check not needed in wotlk) + case 31582: // Arcane Empowerment Rank2 + case 31583: // Arcane Empowerment Rank3 return true; case 28441: // not positive dummy spell case 37675: // Chaos Blast -- cgit v1.2.3