diff options
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 2ebb273ed19..258ab662d00 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -504,6 +504,8 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex) return true; case 28441: // not positive dummy spell case 37675: // Chaos Blast + case 41519: // Mark of Stormrage + case 34877: // Custodian of Time return false; } @@ -2181,6 +2183,7 @@ void SpellMgr::LoadSpellCustomAttr() case 37790: //Spread Shot case 46771: //Flame Sear case 45248: //Shadow Blades + case 41303: // Soul Drain spellInfo->MaxAffectedTargets = 3; break; case 38310: //Multi-Shot |
