From 00645b8d4cb67976e824a3a4baf1be5725092e6a Mon Sep 17 00:00:00 2001 From: illfated Date: Mon, 22 Jul 2019 15:21:56 +0200 Subject: DB/Quest: fix CompletionText for Silver Heart. Closes #23608. --- sql/updates/world/3.3.5/2019_07_22_03_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2019_07_22_03_world.sql (limited to 'sql') 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; -- cgit v1.2.3