diff options
author | illfated <illfated@users.noreply.github.com> | 2019-07-22 15:21:56 +0200 |
---|---|---|
committer | Wyrserth <wyrserth@protonmail.com> | 2019-07-22 15:21:56 +0200 |
commit | 00645b8d4cb67976e824a3a4baf1be5725092e6a (patch) | |
tree | 7c9328cb5bda627674919fd31f640e2a9aa41bf1 | |
parent | 044fba0a25b91e451692e284b140150e66aee63c (diff) |
DB/Quest: fix CompletionText for Silver Heart.
Closes #23608.
-rw-r--r-- | sql/updates/world/3.3.5/2019_07_22_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_07_22_03_world.sql b/sql/updates/world/3.3.5/2019_07_22_03_world.sql new file mode 100644 index 00000000000..63f3b889251 --- /dev/null +++ b/sql/updates/world/3.3.5/2019_07_22_03_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_request_items` SET `CompletionText`= "I can tell you more of the power required to defeat Blazerunner, but first, you need to gather the things I require." WHERE `ID`=4084; |