diff options
| -rw-r--r-- | sql/updates/world/3.3.5/2024_03_03_00_world.sql | 5 |
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; |
