diff options
| author | megamage <none@none> | 2009-01-03 21:03:10 -0600 |
|---|---|---|
| committer | megamage <none@none> | 2009-01-03 21:03:10 -0600 |
| commit | 3c1691497d189836adcc0e5fd702665a602cb266 (patch) | |
| tree | 1f6a47bd5d52e2b499543e1a6f9381120f38b568 /src/game/SpellMgr.cpp | |
| parent | 1172114a3ee4c78b07e756bfe224295c21f3d456 (diff) | |
| parent | 59f85167ab387a8e8b69aaf1d65f9b6994de9ca0 (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 19495a4ba25..494921eb2a5 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2157,6 +2157,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 @@ -2165,6 +2167,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 |
