diff options
author | illfated <illfated@users.noreply.github.com> | 2021-01-27 02:04:30 +0200 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2021-01-27 02:04:30 +0200 |
commit | 1ff4a7e75b56e1ad68d83f75b493a42ac1ae85c3 (patch) | |
tree | a94d4d2960b3bb518a0aca3cc454da84d7a93b08 | |
parent | f89981800667dd3a87b0ed4cddc2030965713a8a (diff) |
DB/Quest: Fix CompletionText of 'The Balance of Nature'
Ref #25950
-rw-r--r-- | sql/updates/world/3.3.5/2021_01_27_02_world_335.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2021_01_27_02_world_335.sql b/sql/updates/world/3.3.5/2021_01_27_02_world_335.sql new file mode 100644 index 00000000000..895e98dfa3c --- /dev/null +++ b/sql/updates/world/3.3.5/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; |