diff options
author | illfated <illfated@users.noreply.github.com> | 2020-10-17 02:52:40 +0300 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-02-28 21:38:48 +0100 |
commit | 3b605c06f213a22fd6ba82effd2a71f539d6c4cc (patch) | |
tree | 4938647c95bf418c9895610f993a1706098ed806 | |
parent | 649716f82734dda99303ff43aa696c1e91289f13 (diff) |
DB/Quest: Fix CompletionText of C'Thun's Legacy
Closes #25576
(cherry picked from commit 956b4c3d5e15220dcd429f27d55fc2df8c50af3b)
-rw-r--r-- | sql/updates/world/master/2022_02_28_32_world_2020_10_17_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |