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:
parent
f503a12418
commit
2a36a533ce
1 changed files with 6 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue