chore(DB): import pending files

Referenced commit(s): e4eb789e52
This commit is contained in:
github-actions[bot]
2023-10-12 13:18:11 +00:00
parent 1caaed3899
commit 28d096e7c7
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
-- DB update 2023_10_12_00 -> 2023_10_12_01
-- 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;

View File

@@ -0,0 +1,8 @@
-- DB update 2023_10_12_01 -> 2023_10_12_02
-- 37565 - Flexibility | Item - Priest T4 Holy/Discipline 4P Bonus
DELETE FROM `spell_script_names` WHERE `spell_id`=37565;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES (37565, 'spell_pri_t4_4p_bonus');
DELETE FROM `spell_proc_event` WHERE `entry`=37565;
INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `procPhase`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES
(37565, 0, 6, 4096, 0, 0, 16384, 0, 1, 0, 0, 0);