Skip to content

Commit

Permalink
DB: Update a previous commit to the new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Killyana committed Nov 16, 2017
1 parent da2c11e commit 3a87fbf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sql/updates/world/master/2017_11_16_02_world.sql
@@ -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);

0 comments on commit 3a87fbf

Please sign in to comment.