diff options
author | Drahy <none@none> | 2009-05-03 19:24:24 +0200 |
---|---|---|
committer | Drahy <none@none> | 2009-05-03 19:24:24 +0200 |
commit | 23933c7412a4ad81677a2d345bdb6f53f0d7dbe9 (patch) | |
tree | a7ba215204e4cc6c5b3f624cb4d18a7a17c945ef /src/game/SpellMgr.cpp | |
parent | 260a864031c6c8b6ce1bfda2db4c2060c9437a90 (diff) | |
parent | 2e364b61027dc67ac729b96af290e25d2015db39 (diff) |
* Merge
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 31195f67bca..fde5d63631f 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2427,6 +2427,9 @@ void SpellMgr::LoadSpellCustomAttr() case 41071: // Raise Dead (HACK) spellInfo->MaxAffectedTargets = 1; break; + case 28542: // Life Drain - Sapphiron + spellInfo->MaxAffectedTargets = 1; + break; case 41376: // Spite case 39992: // Needle Spine case 29576: //Multi-Shot @@ -2447,6 +2450,7 @@ void SpellMgr::LoadSpellCustomAttr() case 46009: //Negative Energy case 45641: //Fire Bloom case 54937: //Glyph of Holy Light + case 55665: // Life Drain - Sapphiron spellInfo->MaxAffectedTargets = 5; break; case 40827: //Sinful Beam |