From 57e4d7d45ce688aeee17b50d2d56655cced2234f Mon Sep 17 00:00:00 2001 From: illfated Date: Mon, 22 Jul 2019 13:45:24 +0200 Subject: DB/Quest: fix CompletionText for Call of Earth (Part 2) (Draenei version). Closes #23623. (cherry picked from commit 9bc8044cb674c40155636da590a7020010a5fd36) --- sql/updates/world/master/2021_12_16_27_world_2019_07_22_01_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2021_12_16_27_world_2019_07_22_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_16_27_world_2019_07_22_01_world.sql b/sql/updates/world/master/2021_12_16_27_world_2019_07_22_01_world.sql new file mode 100644 index 00000000000..9b9d71acfab --- /dev/null +++ b/sql/updates/world/master/2021_12_16_27_world_2019_07_22_01_world.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_request_items` SET `CompletionText`="The elements still seem out of balance to me, $n." WHERE `ID`=9450; -- cgit v1.2.3