mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
fix(Core/Spell): Killing Spree range (#4097)
Co-authored-by: Keader <keader.android@gmail.com>
This commit is contained in:
@@ -5495,6 +5495,12 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
spellInfo->EffectTriggerSpell[0] = 68766;
|
||||
});
|
||||
|
||||
// Killing Spree (Off hand damage)
|
||||
ApplySpellFix({ 57842 }, [](SpellEntry* spellInfo)
|
||||
{
|
||||
spellInfo->rangeIndex = 2; // Melee Range
|
||||
});
|
||||
|
||||
// Trial of the Crusader, Jaraxxus Intro spell
|
||||
ApplySpellFix({ 67888 }, [](SpellEntry* spellInfo)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user