diff options
author | Brian <runningnak3d@gmail.com> | 2010-05-31 18:55:02 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-05-31 18:55:02 -0600 |
commit | ed636d96d850bc26e4b3b09bf28e63c777e1467a (patch) | |
tree | 14f42dd4c05d0484a298bc66f5220d81e39675d8 /src/game/SpellMgr.cpp | |
parent | 76f4259091c911a0879966f55ba481ebaa8a1fca (diff) |
* Fix target count for Blazing Harpoon (spell 61588)
* Credits to click and Xanadu who had to show some love to Malcrom
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 5377ea23b81..0feac0ef110 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3604,6 +3604,11 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->excludeCasterAuraSpell = 57723; // Exhaustion count++; break; + // Blazing Harpoon + case 61588: + spellInfo->MaxAffectedTargets = 1; + count++; + break; // Bloodlust case 2825: spellInfo->excludeCasterAuraSpell = 57724; // Sated |