mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
@@ -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
|
||||
@@ -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
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user