Scripts/Spells: Fixed mage talent Chrono Shift
Port From (https://github.com/TrinityCore/TrinityCore/commit/bd60df2ce06ff48e6c1466dda0bf697216978959)
This commit is contained in:
@@ -3675,6 +3675,12 @@ namespace Game.Entities
|
|||||||
spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(6); // 100yd
|
spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(6); // 100yd
|
||||||
});
|
});
|
||||||
|
|
||||||
|
// Chrono Shift (enemy slow part)
|
||||||
|
ApplySpellFix(new[] { 236299 }, spellInfo =>
|
||||||
|
{
|
||||||
|
spellInfo.RangeEntry = CliDB.SpellRangeStorage.LookupByKey(6); // 100yd
|
||||||
|
});
|
||||||
|
|
||||||
//
|
//
|
||||||
// VIOLET HOLD SPELLS
|
// VIOLET HOLD SPELLS
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user