mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 07:17:57 +00:00
fix(DB/Proc): add 2s ICD to Vesperon's Twilight Torment (#25545)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--
|
||||
-- Add ICD to Vesperon's Twilight Torment during Vesperon's fight and Sartharion Hardmode
|
||||
DELETE FROM `spell_proc` WHERE `SpellId` IN (58835, 57935);
|
||||
INSERT INTO `spell_proc` (`SpellId`, `SpellPhaseMask`, `Cooldown`) VALUES
|
||||
(58835, 2, 2000),
|
||||
(57935, 2, 2000);
|
||||
Reference in New Issue
Block a user