diff options
| author | illfated <illfated@users.noreply.github.com> | 2020-08-07 03:50:52 +0300 |
|---|---|---|
| committer | offl <offl@users.noreply.github.com> | 2020-08-07 03:50:52 +0300 |
| commit | a677c6c55d75db12a8c0c8622039a3dad5a9c9a9 (patch) | |
| tree | 3e20c01a165c821de822189f8bca57d6cd9aada8 | |
| parent | cec27318489e9c0212b70c8ddd4d80549f63d8e9 (diff) | |
DB/Texts: Fix CompletionText for quest 'Proof of Deed'
Closes #25218
| -rw-r--r-- | sql/updates/world/3.3.5/2020_08_07_01_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_08_07_01_world_335.sql b/sql/updates/world/3.3.5/2020_08_07_01_world_335.sql new file mode 100644 index 00000000000..53dcb2dce55 --- /dev/null +++ b/sql/updates/world/3.3.5/2020_08_07_01_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_request_items` SET `CompletionText` = "Why hello there young $g man : lady;. Would you like a tour of the museum?" WHERE `ID`= 3182; |
