From 0d1c26237dcf01032c7badafa3043dfe11a811a3 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Thu, 14 Mar 2024 23:40:27 +0100 Subject: [PATCH] DB: Add one missing trinity_string from master closes #29807 by CraftedRO --- sql/updates/world/3.3.5/2024_03_14_03_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2024_03_14_03_world.sql diff --git a/sql/updates/world/3.3.5/2024_03_14_03_world.sql b/sql/updates/world/3.3.5/2024_03_14_03_world.sql new file mode 100644 index 0000000000..4130b69747 --- /dev/null +++ b/sql/updates/world/3.3.5/2024_03_14_03_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `trinity_string` WHERE `entry`=1517; +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES +(1517, 'Quest ID %u does not exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);