diff options
author | illfated <illfated@users.noreply.github.com> | 2020-08-07 03:50:52 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 18:39:51 +0100 |
commit | 59e920d6245b0d95ede0a9b0115c2046c144424d (patch) | |
tree | c525fdf324cb6ac954552c886b0490518dffbc5e | |
parent | 443399cbb7930f7862fbcfee3669619d6934ab68 (diff) |
DB/Texts: Fix CompletionText for quest 'Proof of Deed'
Closes #25218
(cherry picked from commit a677c6c55d75db12a8c0c8622039a3dad5a9c9a9)
-rw-r--r-- | sql/updates/world/master/2022_01_26_15_world_2020_08_07_01_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_26_15_world_2020_08_07_01_world_335.sql b/sql/updates/world/master/2022_01_26_15_world_2020_08_07_01_world_335.sql new file mode 100644 index 00000000000..53dcb2dce55 --- /dev/null +++ b/sql/updates/world/master/2022_01_26_15_world_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; |