diff options
author | QAston <none@none> | 2009-02-13 19:45:07 +0100 |
---|---|---|
committer | QAston <none@none> | 2009-02-13 19:45:07 +0100 |
commit | 5113bd989dc5666425fffa85b3bd24b1d02aaffb (patch) | |
tree | 83499f50611ed5fdb1101db4b585ebf1034ab1f9 /src | |
parent | edcb8840c39291d0a9a7423a204fabe5dfda4107 (diff) |
*Fix Empowered Arcane Missiles remove by ice block.
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/SpellMgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 |