diff options
author | illfated <illfated@users.noreply.github.com> | 2020-10-17 02:52:40 +0300 |
---|---|---|
committer | offl <offl@users.noreply.github.com> | 2020-10-17 02:52:40 +0300 |
commit | 956b4c3d5e15220dcd429f27d55fc2df8c50af3b (patch) | |
tree | 91fbce718e1d4846e32c9106a0dfd16502b95b7a | |
parent | f4a397accb91533e72cbf7754d3e571c933df009 (diff) |
DB/Quest: Fix CompletionText of C'Thun's Legacy
Closes #25576
-rw-r--r-- | sql/updates/world/3.3.5/2020_10_17_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
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; |