diff options
author | Blaymoira <none@none> | 2009-01-04 18:56:54 +0100 |
---|---|---|
committer | Blaymoira <none@none> | 2009-01-04 18:56:54 +0100 |
commit | b9f1a0fda1fee76b57ba1fcdaec82be18610bcc0 (patch) | |
tree | 4d82cd4d917b4667fc01e45f8fe916073758d65b /src/game/SpellMgr.cpp | |
parent | aafde5059f15c7f8dbab080d79769e3477e5ee59 (diff) |
*Changes in Grandmaster Vorpil - by Iskander
*Target limitation for spell 39835
--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 494921eb2a5..202682e138a 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2159,6 +2159,7 @@ void SpellMgr::LoadSpellCustomAttr() case 37790: //Spread Shot case 46771: //Flame Sear case 45248: //Shadow Blades + case 39835: //Needle Spine spellInfo->MaxAffectedTargets = 3; break; case 38310: //Multi-Shot |