diff options
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 |