mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 08:28:32 +01:00
Spell: Move "Dark Conclave Ritualist Channel" outside Ulduar spells
(cherry picked from commit 9e58573272)
This commit is contained in:
@@ -3984,6 +3984,12 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
spellInfo->DurationEntry = sSpellDurationStore.LookupEntry(4); // 2 minutes
|
||||
});
|
||||
|
||||
// Dark Conclave Ritualist Channel
|
||||
ApplySpellFix({ 38469 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100yd
|
||||
});
|
||||
|
||||
//
|
||||
// VIOLET HOLD SPELLS
|
||||
//
|
||||
@@ -4114,8 +4120,8 @@ void SpellMgr::LoadSpellInfoCorrections()
|
||||
});
|
||||
});
|
||||
|
||||
// Cosmic Smash (Algalon the Observer) & Dark Conclave Ritualist Channel
|
||||
ApplySpellFix({ 62311, 64596, 38469 }, [](SpellInfo* spellInfo)
|
||||
// Cosmic Smash (Algalon the Observer)
|
||||
ApplySpellFix({ 62311, 64596 }, [](SpellInfo* spellInfo)
|
||||
{
|
||||
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100yd
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user