diff options
author | illfated <illfated@users.noreply.github.com> | 2019-07-22 15:21:56 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 00:36:49 +0100 |
commit | 5c11a0116147352acac9b3fde235d3b8e6f4c87a (patch) | |
tree | 702df0987f7d41eb05dfe12e18e7c9c3a3eb36d6 | |
parent | 0b39d2a3c7abd44db0cc9fb9489f91fea65cf641 (diff) |
DB/Quest: fix CompletionText for Silver Heart.
Closes #23608.
(cherry picked from commit 00645b8d4cb67976e824a3a4baf1be5725092e6a)
-rw-r--r-- | sql/updates/world/master/2021_12_16_29_world_2019_07_22_03_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_16_29_world_2019_07_22_03_world.sql b/sql/updates/world/master/2021_12_16_29_world_2019_07_22_03_world.sql new file mode 100644 index 00000000000..63f3b889251 --- /dev/null +++ b/sql/updates/world/master/2021_12_16_29_world_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; |