chore(DB): import pending files

Referenced commit(s): b281988dbc
This commit is contained in:
github-actions[bot]
2023-10-21 12:16:00 +00:00
parent 228f6635c0
commit 216f4ba6e2
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
-- DB update 2023_10_21_00 -> 2023_10_21_01
-- Duplicated gossip option
DELETE FROM `gossip_menu_option` WHERE (`MenuID` = 10316) AND (`OptionID` = 1);
DELETE FROM `spell_script_names` WHERE `spell_id`=62536 AND `ScriptName`='spell_frog_kiss';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(62536, 'spell_frog_kiss');

View File

@@ -0,0 +1,6 @@
-- DB update 2023_10_21_01 -> 2023_10_21_02
-- Shadow Mend/Healing - Karazhan chest event
DELETE FROM `spell_cooldown_overrides` WHERE `Id` IN (37456,37455);
INSERT INTO `spell_cooldown_overrides` (`Id`, `RecoveryTime`, `CategoryRecoveryTime`, `StartRecoveryTime`, `StartRecoveryCategory`) VALUES
(37456, 20000, 20000, 0, 0),
(37455, 20000, 20000, 0, 0);