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

* cherry-pick commit (https://github.com/TrinityCore/TrinityCore/commit/c8f2056b177ec5f72ff0b183e5bdbbba1db9b4de)

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
+6
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)
{