aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2024_04_04_04_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_04_04_04_world.sql b/sql/updates/world/3.3.5/2024_04_04_04_world.sql
new file mode 100644
index 00000000000..bcea48003c5
--- /dev/null
+++ b/sql/updates/world/3.3.5/2024_04_04_04_world.sql
@@ -0,0 +1,6 @@
+-- Gest, correct gossip text when "Elegant Letter" is available
+-- Gossip Menu
+DELETE FROM `gossip_menu` WHERE `MenuID`=4513 AND `TextID` IN (5993,5996);
+INSERT INTO `gossip_menu` (`MenuID`,`TextID`) VALUES (4513,5993);
+-- Condition
+UPDATE `conditions` SET `SourceEntry`=5993 WHERE `SourceGroup`=4513 AND `SourceEntry`=5996;