aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2024-03-03 02:05:08 +0100
committerGitHub <noreply@github.com>2024-03-03 02:05:08 +0100
commit82647ad3e89230ba8d10682c779f7796519ef2ad (patch)
tree7efb5b7505ac6c976ba4e4ca36da58744c67b3b7
parent75cbafd83afe6ef5a2e36f4a858dd3e83bda0483 (diff)
DB/QUEST: Bloodmyst Isle, missing quest text
closes #29778 by Jonne733
-rw-r--r--sql/updates/world/3.3.5/2024_03_03_00_world.sql5
1 files changed, 5 insertions, 0 deletions
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;