DB: Update a previous commit to the new structure

This commit is contained in:
Killyana
2017-11-16 22:00:28 +01:00
parent da2c11ec48
commit 3a87fbf16f

View File

@@ -1,6 +1,6 @@
--
DELETE FROM `gossip_menu_option` WHERE `MenuID` IN (6620);
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
(6620, 0, 0, "Trick or Treat!", 10693, 1, 1, 0, 0, 0, 0, "", 0, 0),
(6620, 1, 5, "Make this inn your home.", 2822, 8, 65536, 0, 0, 0, 0, "", 0, 0),
(6620, 2, 1, "I want to browse your goods.", 3370, 3, 128, 0, 0, 0, 0, "", 0, 0);
INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`) VALUES
(6620, 0, 0, "Trick or Treat!", 10693, 1, 1),
(6620, 1, 5, "Make this inn your home.", 2822, 8, 65536),
(6620, 2, 1, "I want to browse your goods.", 3370, 3, 128);