fix(Core/Spell): Killing Spree range (#4097)
Co-authored-by: Keader <keader.android@gmail.com>
This commit is contained in:
parent
3f79f16960
commit
1cc5518147
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue