aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2025-10-20 05:50:56 +0200
committerGitHub <noreply@github.com>2025-10-20 05:50:56 +0200
commit02b9b2e159de36e21977725941b3cffef6f3677f (patch)
tree98d4db0dc11c70b133bbde7db84c92f017171b66
parenta1c45588ca0569cd8b5a25005cac038542d2e30e (diff)
DB/Quest: Update "Trial of the Sea Lion" Completion (RewardText)
closes #31382 by CraftedRO
-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);