diff options
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index ff8a1d02f29..c1b78ebc7ab 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -761,6 +761,8 @@ bool SpellMgr::_isPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) con case 31719: // Suspension case 61987: // Avenging Wrath Marker case 50524: // Runic Power Feed + case 52671: // Arcing Burn + case 59834: // Arcing Burn return false; case 12042: // Arcane Power return true; |
