chore(DB): import pending files

Referenced commit(s): 82214dbe3f
This commit is contained in:
AzerothCoreBot
2023-07-26 11:44:32 +00:00
parent 82214dbe3f
commit ce6b1ed18e
3 changed files with 3 additions and 0 deletions

View File

@@ -1 +1,2 @@
-- DB update 2023_07_24_00 -> 2023_07_26_00
UPDATE `spell_proc_event` SET `procFlags` = 4 WHERE `entry` = 23689;

View File

@@ -1,2 +1,3 @@
-- DB update 2023_07_26_00 -> 2023_07_26_01
--
DELETE FROM `smart_scripts` WHERE (`entryorguid` = 17671) AND (`source_type` = 0) AND (`id` IN (4));

View File

@@ -1,3 +1,4 @@
-- DB update 2023_07_26_01 -> 2023_07_26_02
--
UPDATE `item_template` SET `spellcooldown_1` = -1 WHERE (`entry` = 37111);
UPDATE `item_template` SET `spellcooldown_1` = -1, `spellcategorycooldown_1` = 2000 WHERE (`entry` = 47477);