From 7a942fea38d16ad18932264a0c4923db382f8a82 Mon Sep 17 00:00:00 2001 From: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com> Date: Wed, 20 May 2026 16:02:41 +0100 Subject: [PATCH] fix(DB/CompletionText) - Corrected the text for the quest "Vejrek" (#25812) Co-authored-by: FlyingArowana --- data/sql/updates/pending_db_world/rev_1778588634684030700.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1778588634684030700.sql diff --git a/data/sql/updates/pending_db_world/rev_1778588634684030700.sql b/data/sql/updates/pending_db_world/rev_1778588634684030700.sql new file mode 100644 index 000000000..a8fa4f47f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1778588634684030700.sql @@ -0,0 +1,2 @@ +-- from "$R" to "troll" according to the sniff 67156 +UPDATE `quest_request_items` SET `CompletionText` = 'Have you been to Vejrek\'s hut, $N? Is that troll stink I smell on you?' WHERE (`ID` = 1678);