From 82647ad3e89230ba8d10682c779f7796519ef2ad Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 3 Mar 2024 02:05:08 +0100 Subject: DB/QUEST: Bloodmyst Isle, missing quest text closes #29778 by Jonne733 --- sql/updates/world/3.3.5/2024_03_03_00_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_03_03_00_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/3.3.5/2024_03_03_00_world.sql b/sql/updates/world/3.3.5/2024_03_03_00_world.sql new file mode 100644 index 00000000000..9bf62dc1705 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_03_03_00_world.sql @@ -0,0 +1,5 @@ +-- Quest "What We Don't Know..." (9756) is missing "CompletionText". +UPDATE `quest_request_items` SET `CompletionText`="Do not return until you have succeeded!" WHERE `ID`=9756; + +-- Quest "Matis the Cruel" (9711) is missing "CompletionText" +UPDATE `quest_request_items` SET `CompletionText`="A soldier of Matis' stature won't be traveling alone. Be careful out there." WHERE `ID`=9711; -- cgit v1.2.3