From 3e3aa187242d8e4056a42df3861c97cff93115ed Mon Sep 17 00:00:00 2001 From: zackchadwick <73787423+zackchadwick@users.noreply.github.com> Date: Thu, 16 Jul 2026 07:44:25 -0400 Subject: [PATCH] fix(DB/Quest): Washed Ashore typo (#26645) Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> --- data/sql/updates/pending_db_world/rev_1784153969116784579.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 data/sql/updates/pending_db_world/rev_1784153969116784579.sql diff --git a/data/sql/updates/pending_db_world/rev_1784153969116784579.sql b/data/sql/updates/pending_db_world/rev_1784153969116784579.sql new file mode 100644 index 000000000..9c862fa54 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1784153969116784579.sql @@ -0,0 +1 @@ +UPDATE `quest_offer_reward` SET `RewardText` = 'You''ve been a tremendous help here today; we now have a solid chance at unlocking the mystery of why these creatures choose to beach themselves on the coast of Darkshore. The idea that they might be fleeing the area around Teldrassil is disturbing. Should you come across others in your travels, please let me know. Our research here is but in its infancy.$B$BOn behalf of the Temple of the Moon, please accept this as thanks for the effort you have given. Thank you, $N!' WHERE `ID` = 4681;