From e65e04d957ccf22efe5e4764c2680d25f6ee2ae5 Mon Sep 17 00:00:00 2001 From: AzerothCoreBot Date: Fri, 6 Jan 2023 19:53:09 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 1b2c1600f5091c0a81e021e08b81a7ba37d704d4 --- .../betina-quest-items.sql => db_world/2023_01_06_00.sql} | 1 + .../rev_1672995772284756600.sql => db_world/2023_01_06_01.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/betina-quest-items.sql => db_world/2023_01_06_00.sql} (98%) rename data/sql/updates/{pending_db_world/rev_1672995772284756600.sql => db_world/2023_01_06_01.sql} (91%) diff --git a/data/sql/updates/pending_db_world/betina-quest-items.sql b/data/sql/updates/db_world/2023_01_06_00.sql similarity index 98% rename from data/sql/updates/pending_db_world/betina-quest-items.sql rename to data/sql/updates/db_world/2023_01_06_00.sql index 8326fde65..3e3d77d9e 100644 --- a/data/sql/updates/pending_db_world/betina-quest-items.sql +++ b/data/sql/updates/db_world/2023_01_06_00.sql @@ -1,3 +1,4 @@ +-- DB update 2023_01_05_02 -> 2023_01_06_00 DELETE FROM `gossip_menu_option` WHERE `MenuID` = 3651 AND `OptionID` IN (0, 1, 2); INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES (3651, 0, 0, 'May I have another Dawn\'s Gambit, Betina? I want to test it again...', 7198, 1, 1, 0, 0, 0, 0, '', 0, 0), diff --git a/data/sql/updates/pending_db_world/rev_1672995772284756600.sql b/data/sql/updates/db_world/2023_01_06_01.sql similarity index 91% rename from data/sql/updates/pending_db_world/rev_1672995772284756600.sql rename to data/sql/updates/db_world/2023_01_06_01.sql index a124632fd..08015c89b 100644 --- a/data/sql/updates/pending_db_world/rev_1672995772284756600.sql +++ b/data/sql/updates/db_world/2023_01_06_01.sql @@ -1,3 +1,4 @@ +-- DB update 2023_01_06_00 -> 2023_01_06_01 -- -- Worn Stone Tokens are 100% UPDATE `creature_loot_template` SET `Chance`=100 WHERE `Item`=3714 AND `entry` IN (2271, 2272, 2358, 2415, 2628);