aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sql/updates/world/3.3.5/2025_10_20_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2025_10_20_02_world.sql b/sql/updates/world/3.3.5/2025_10_20_02_world.sql
new file mode 100644
index 00000000000..d9396b7b2ab
--- /dev/null
+++ b/sql/updates/world/3.3.5/2025_10_20_02_world.sql
@@ -0,0 +1,3 @@
+-- Fix completion texts for both version of the Trial of the Sea Lion quest.
+SET @TEXT="You've completed the Trial of the Sea Lion, $N - congratulations.$B$BEach task in acquiring the pendant shows that both agility and endurance are necessary to act in harmony with what you desire to do underwater. Neither can exist without the other, and both cannot be done without your willingness to embrace the aspect of the sea lion.$B$BRemember these lessons well, and count on them once you have gained your aquatic form.";
+UPDATE `quest_offer_reward` SET `RewardText`=@TEXT WHERE `ID` IN (30,272);