mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
fix(DB/Spell): Correct Charred Twilight Scale ICD. (#17409)
* fix(DB/Spell): Charred Twilight Scale (Normal) missing no icd. * fix hc icd
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- Item - Chamber of Aspects 25 Nuker Trinket
|
||||
DELETE FROM `spell_proc_event` WHERE `entry` = 75465;
|
||||
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
|
||||
(75465,0,0,0,0,0,0,0,0,0,0,45000);
|
||||
|
||||
-- Item - Chamber of Aspects 25 Heroic Nuker Trinket
|
||||
UPDATE `spell_proc_event` SET `Cooldown` = 45000 WHERE `entry` = 75474;
|
||||
Reference in New Issue
Block a user