diff options
author | illfated <illfated@users.noreply.github.com> | 2021-01-27 02:04:30 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-03-06 16:33:19 +0100 |
commit | d1cae5c6a9aaace44f1c21c88fcf2dde2b6e2971 (patch) | |
tree | 686f4aee3d2a98f5b34cac5623afefa64157e9d7 | |
parent | b20fd014753b0b9268bc3988976b9d34c4a38600 (diff) |
DB/Quest: Fix CompletionText of 'The Balance of Nature'
Ref #25950
(cherry picked from commit 1ff4a7e75b56e1ad68d83f75b493a42ac1ae85c3)
-rw-r--r-- | sql/updates/world/master/2022_03_06_06_world_2021_01_27_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_03_06_06_world_2021_01_27_02_world_335.sql b/sql/updates/world/master/2022_03_06_06_world_2021_01_27_02_world_335.sql new file mode 100644 index 00000000000..895e98dfa3c --- /dev/null +++ b/sql/updates/world/master/2022_03_06_06_world_2021_01_27_02_world_335.sql @@ -0,0 +1,2 @@ +-- Quest 457 "The Balance of Nature, part 2" gossip content +UPDATE `quest_request_items` SET `CompletionText`= "Your task is not yet complete, $N. Return to me once 5 mangy nightsabers and 5 thistle boars have been killed.", `VerifiedBuild`=0 WHERE `ID`= 457; |