chore(DB): import pending files

Referenced commit(s): 75fc7a437f
This commit is contained in:
AzerothCoreBot
2023-07-19 05:57:13 +00:00
parent 75fc7a437f
commit 30197f40d6
5 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2023_07_18_02 -> 2023_07_19_00
--
UPDATE `spell_proc_event` SET `ppmRate` = 10 WHERE `entry` = 26480;
UPDATE `spell_proc_event` SET `procFlags` = 68 WHERE `entry` = 26480;

View File

@@ -1,2 +1,3 @@
-- DB update 2023_07_19_00 -> 2023_07_19_01
--
UPDATE `spell_proc_event` SET `Cooldown` = 50000 WHERE `entry` = 38334;

View File

@@ -1,2 +1,3 @@
-- DB update 2023_07_19_01 -> 2023_07_19_02
--
UPDATE `spell_proc_event` SET `procPhase` = 1 WHERE `entry` = 23688;

View File

@@ -1 +1,2 @@
-- DB update 2023_07_19_02 -> 2023_07_19_03
UPDATE `spell_proc_event` SET `procEx` = 262144 WHERE `entry` = 28200;

View File

@@ -1,3 +1,4 @@
-- DB update 2023_07_19_03 -> 2023_07_19_04
--
UPDATE `spell_proc_event` SET `Cooldown` = 50000 WHERE `entry` = 37655;
UPDATE `spell_proc_event` SET `Cooldown` = 40000 WHERE `entry` = 37247;