aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2024_03_29_02_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_03_29_02_world.sql b/sql/updates/world/3.3.5/2024_03_29_02_world.sql
new file mode 100644
index 00000000000..acdc932bcd1
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_03_29_02_world.sql
@@ -0,0 +1,6 @@
+-- Missing Gossip Otions for "Galaen's Journal"
+DELETE FROM `gossip_menu_option` WHERE `MenuID`IN (7493,7492,7491);
+INSERT INTO `gossip_menu_option` (`MenuID`, `OptionID`, `OptionIcon`, `OptionText`, `OptionBroadcastTextID`, `OptionType`, `OptionNpcFlag`, `ActionMenuID`, `ActionPoiID`, `BoxCoded`, `BoxMoney`, `BoxText`, `BoxBroadcastTextID`, `VerifiedBuild`) VALUES
+(7493,0,0,"<Turn to the next page.>",14429,1,1,7492,0,0,0,"",0,0),
+(7492,0,0,"<Turn to the next page.>",14429,1,1,7491,0,0,0,"",0,0),
+(7491,0,0,"<Turn to the next page.>",14429,1,1,7490,0,0,0,"",0,0);