diff options
author | megamage <none@none> | 2009-01-02 15:51:23 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-01-02 15:51:23 -0600 |
commit | 36b62f421a55042818de4b5b8937e6679d17d77d (patch) | |
tree | 43bd6379317c05c34311ab86dd3ce33750129232 /src/game/SpellMgr.cpp | |
parent | 21915dcd3b75c32cc178c8727cd8d562c742aa88 (diff) | |
parent | 5c8901796ef097da22b2b730ea38ab1d366822d8 (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 0ec0de4903d..4894d520a9e 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2101,6 +2101,8 @@ void SpellMgr::LoadSpellCustomAttr() case 29576: //Multi-Shot case 40816: //Saber Lash case 37790: //Spread Shot + case 46771: //Flame Sear + case 45248: //Shadow Blades spellInfo->MaxAffectedTargets = 3; break; case 38310: //Multi-Shot @@ -2109,6 +2111,7 @@ void SpellMgr::LoadSpellCustomAttr() case 42005: // Bloodboil case 38296: //Spitfire Totem case 37676: //Insidious Whisper + case 46009: //Negative Energy spellInfo->MaxAffectedTargets = 5; break; case 40827: //Sinful Beam |