diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2017_09_22_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_09_22_03_world.sql b/sql/updates/world/3.3.5/2017_09_22_03_world.sql new file mode 100644 index 00000000000..d6bc3f9c451 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_09_22_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `gossip_menu_option` WHERE `MenuID`=922 AND `OptionID`=1; +INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES +(922, 1, 0, "Seen any strange things in the desert lately?", 3662, 1, 1, 1423, 0, 0, 0, "", 0, 0); |
