diff options
author | megamage <none@none> | 2009-02-13 20:12:01 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-13 20:12:01 -0600 |
commit | 1c3f478ecc5745b880ca6610d64aa5522eb24b1b (patch) | |
tree | abbaf56201c8b40f41bf5af20eb76c370ba32182 /src/game/SpellMgr.cpp | |
parent | 59be8223e4f25e28ede94f9694a2b151caffd9ed (diff) | |
parent | 29f3d67fb8d47ea25291fa040f1cfd33b53c9da6 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-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 37f627222fc..5ab5e828eec 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -484,6 +484,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 |