From 956b4c3d5e15220dcd429f27d55fc2df8c50af3b Mon Sep 17 00:00:00 2001 From: illfated Date: Sat, 17 Oct 2020 02:52:40 +0300 Subject: [PATCH] DB/Quest: Fix CompletionText of C'Thun's Legacy Closes #25576 --- sql/updates/world/3.3.5/2020_10_17_00_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2020_10_17_00_world.sql diff --git a/sql/updates/world/3.3.5/2020_10_17_00_world.sql b/sql/updates/world/3.3.5/2020_10_17_00_world.sql new file mode 100644 index 00000000000..f6f59921be5 --- /dev/null +++ b/sql/updates/world/3.3.5/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;