From ed636d96d850bc26e4b3b09bf28e63c777e1467a Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 31 May 2010 18:55:02 -0600 Subject: * Fix target count for Blazing Harpoon (spell 61588) * Credits to click and Xanadu who had to show some love to Malcrom --HG-- branch : trunk --- src/game/SpellMgr.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') 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 -- cgit v1.2.3