Scripts/Spells: Fixed mage talent Chrono Shift

Closes #19575
This commit is contained in:
Shauren
2022-01-07 22:46:00 +01:00
parent 1410e018eb
commit bd60df2ce0
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId`=235711;
INSERT INTO `spell_proc` (`SpellId`,`SpellFamilyName`,`SpellFamilyMask1`,`SpellTypeMask`,`SpellPhaseMask`) VALUES
(235711, 3, 0x00008000, 0x1, 0x2); -- Chrono Shift proc from Arcane Barrage

View File

@@ -3999,6 +3999,12 @@ void SpellMgr::LoadSpellInfoCorrections()
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100yd
});
// Chrono Shift (enemy slow part)
ApplySpellFix({ 236299 }, [](SpellInfo* spellInfo)
{
spellInfo->RangeEntry = sSpellRangeStore.LookupEntry(6); // 100yd
});
//
// VIOLET HOLD SPELLS
//