diff options
author | Blaymoira <none@none> | 2009-01-25 10:16:11 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-25 10:16:11 +0100 |
commit | c06cb3837c07723a40dc617ed296c831b9c2a64a (patch) | |
tree | bca07e32b5cb46f73970ed0dab5758abe06f8f28 /src/game/SpellMgr.cpp | |
parent | 50172faf5a6128f7fd2a33d4b34a7b634ac88a61 (diff) |
*Target limitation for spell 41303 - by Anubisss
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 5974156568c..258ab662d00 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2183,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 |