chore(DB): import pending files

Referenced commit(s): 1b2c1600f5
This commit is contained in:
AzerothCoreBot
2023-01-06 19:53:09 +00:00
parent 1b2c1600f5
commit e65e04d957
2 changed files with 2 additions and 0 deletions

View File

@@ -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),

View File

@@ -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);