fix(Core/Spells): Fixed Battlegear of Eternal Justice set bonus. (#15593)

Fixes #14696
This commit is contained in:
UltraNix
2023-04-02 20:28:03 +02:00
committed by GitHub
parent 9f50dbc6d3
commit d029ffe3ab

View File

@@ -4374,7 +4374,8 @@ void SpellMgr::LoadSpellInfoCorrections()
});
// Judgement (Paladin T2 8P Bonus)
ApplySpellFix({ 23591 }, [](SpellInfo* spellInfo)
// Battlegear of Eternal Justice
ApplySpellFix({ 23591, 26135 }, [](SpellInfo* spellInfo)
{
spellInfo->ProcFlags = PROC_FLAG_DONE_SPELL_MELEE_DMG_CLASS;
});