mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB: Update a previous commit to the new structure
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user