aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/master/2022_10_09_07_world.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_10_09_07_world.sql b/sql/updates/world/master/2022_10_09_07_world.sql
new file mode 100644
index 00000000000..9fb26002e77
--- /dev/null
+++ b/sql/updates/world/master/2022_10_09_07_world.sql
@@ -0,0 +1,8 @@
+DELETE FROM `gossip_menu_option` WHERE (`OptionID`=0 AND `MenuID` IN (9827,9830,9828,9829));
+INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionNpc`, `OptionText`, `OptionBroadcastTextId`, `OptionNpcFlag`, `Language`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
+(9827, 0, 9, 'I would like to go to the battleground.', 10355, 1048576, 0, 0, 0, 0, 0, NULL, 0, 45745),
+(9830, 0, 9, 'I would like to go to the battleground.', 10355, 1048576, 0, 0, 0, 0, 0, NULL, 0, 45745),
+(9828, 0, 9, 'I would like to go to the battleground.', 10355, 1048576, 0, 0, 0, 0, 0, NULL, 0, 45745),
+(9829, 0, 9, 'I would like to go to the battleground.', 10355, 1048576, 0, 0, 0, 0, 0, NULL, 0, 45745);
+
+UPDATE `gossip_menu_option` SET `OptionBroadcastTextId`=10355, `VerifiedBuild`=45745 WHERE (`MenuID`=10602 AND `OptionID`=0);