mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
7
data/sql/updates/db_world/2023_10_21_01.sql
Normal file
7
data/sql/updates/db_world/2023_10_21_01.sql
Normal 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');
|
||||
6
data/sql/updates/db_world/2023_10_21_02.sql
Normal file
6
data/sql/updates/db_world/2023_10_21_02.sql
Normal 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);
|
||||
Reference in New Issue
Block a user