mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user