chore(DB): import pending files

Referenced commit(s): 29dda79638
This commit is contained in:
github-actions[bot]
2024-05-26 16:13:16 +00:00
parent bb1f7622cc
commit 8e784c1914
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
-- DB update 2024_05_25_01 -> 2024_05_26_00
--
UPDATE `spell_proc_event` SET `Cooldown`=600 WHERE `entry`=69762;

View File

@@ -0,0 +1,5 @@
-- DB update 2024_05_26_00 -> 2024_05_26_01
--
DELETE FROM `creature_text` WHERE (`CreatureID` = 22515) AND (`GroupID` = 19);
INSERT INTO `creature_text` (`CreatureID`, `GroupID`, `ID`, `Text`, `Type`, `Language`, `Probability`, `Emote`, `Duration`, `Sound`, `BroadcastTextId`, `TextRange`, `comment`) VALUES
(22515, 19, 0, 'The Ancient Gate of the Keepers unlocks!', 41, 0, 100, 0, 0, 0, 34401, 0, 'Ulduar - The Ancient Gate of the Keepers unlocks!');