DB: Add one missing trinity_string from master

closes #29807 by CraftedRO
This commit is contained in:
Aokromes
2024-03-14 23:40:27 +01:00
committed by GitHub
parent 37e220dc93
commit 0d1c26237d

View File

@@ -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);