fix(Core/Spells): Sacred Cleansing range (#7439)

* cherry-pick commit (c8f2056b17)

Co-Authored-By: Lucas Nascimento <keader.android@gmail.com>
This commit is contained in:
Kitzunu
2021-08-24 17:48:28 +02:00
committed by GitHub
parent f503a12418
commit 2a36a533ce

View File

@@ -7291,6 +7291,12 @@ void SpellMgr::LoadDbcDataCorrections()
spellInfo->AttributesEx |= SPELL_ATTR1_NO_THREAT;
});
// Sacred Cleansing
ApplySpellFix({ 53659 }, [](SpellEntry* spellInfo)
{
spellInfo->RangeIndex = 5; // 40yd
});
// Ulduar: Kologarn Focused Eyebeam Summon Trigger
ApplySpellFix({ 63342 }, [](SpellEntry* spellInfo)
{