diff options
| author | Aokromes <Aokromes@users.noreply.github.com> | 2024-04-01 01:21:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-01 01:21:36 +0200 |
| commit | eab442791c1656b21333b1b86cbcf8fe5208ae0d (patch) | |
| tree | 15aa11ee87c9a50c6e901cd49a800f0cd3c79e55 | |
| parent | c2aeaf759a277ef7ef03fef1b1269d98cfe63db0 (diff) | |
DB/QUEST: Missing Completion Text for quest "Escape from the Catacombs"
closes #29875 by Jonne733
| -rw-r--r-- | sql/updates/world/3.3.5/2024_04_01_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2024_04_01_03_world.sql b/sql/updates/world/3.3.5/2024_04_01_03_world.sql new file mode 100644 index 00000000000..d40ae3a0eb2 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_04_01_03_world.sql @@ -0,0 +1,2 @@ +-- The quest "Escape from the Catacombs" is missing Completion Text +UPDATE `quest_request_items` SET `CompletionText`="You're the one that rescued my ranger?" WHERE `ID`=9212; |
