aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2017_11_16_02_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_11_16_02_world.sql b/sql/updates/world/master/2017_11_16_02_world.sql
new file mode 100644
index 00000000000..c37b4f40fbf
--- /dev/null
+++ b/sql/updates/world/master/2017_11_16_02_world.sql
@@ -0,0 +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);