From 4efc88664b948560d63abdb1ff5ce4816b3936e5 Mon Sep 17 00:00:00 2001 From: Cerveciento Date: Mon, 4 Jan 2021 16:59:28 +0200 Subject: DB/Quest: Remove NULL as string in CompletionText Closes #25799 (cherry picked from commit 0e3b28c02d8f7a1304e74b160f521e18faf4e466) --- .../world/master/2022_03_05_43_world_2021_01_04_14_world_335.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/master/2022_03_05_43_world_2021_01_04_14_world_335.sql (limited to 'sql') diff --git a/sql/updates/world/master/2022_03_05_43_world_2021_01_04_14_world_335.sql b/sql/updates/world/master/2022_03_05_43_world_2021_01_04_14_world_335.sql new file mode 100644 index 00000000000..5dfa7596a49 --- /dev/null +++ b/sql/updates/world/master/2022_03_05_43_world_2021_01_04_14_world_335.sql @@ -0,0 +1,2 @@ +-- +UPDATE `quest_request_items` SET `CompletionText` = "" WHERE `ID` IN (1390, 8101, 8110, 8116); -- cgit v1.2.3