From 3b605c06f213a22fd6ba82effd2a71f539d6c4cc Mon Sep 17 00:00:00 2001 From: illfated Date: Sat, 17 Oct 2020 02:52:40 +0300 Subject: DB/Quest: Fix CompletionText of C'Thun's Legacy Closes #25576 (cherry picked from commit 956b4c3d5e15220dcd429f27d55fc2df8c50af3b) --- sql/updates/world/master/2022_02_28_32_world_2020_10_17_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_02_28_32_world_2020_10_17_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_02_28_32_world_2020_10_17_00_world.sql b/sql/updates/world/master/2022_02_28_32_world_2020_10_17_00_world.sql new file mode 100644 index 00000000000..f6f59921be5 --- /dev/null +++ b/sql/updates/world/master/2022_02_28_32_world_2020_10_17_00_world.sql @@ -0,0 +1,2 @@ +-- C'Thun's Legacy +UPDATE `quest_request_items` SET `CompletionText`= "$gLord:Lady; $N, you have freed us of its grasp." WHERE `ID`= 8801; -- cgit v1.2.3