Skip to content

Commit

Permalink
DB: Add one missing trinity_string from master
Browse files Browse the repository at this point in the history
closes #29807 by CraftedRO
  • Loading branch information
Aokromes authored Mar 14, 2024
1 parent 37e220d commit 0d1c262
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sql/updates/world/3.3.5/2024_03_14_03_world.sql
Original file line number Diff line number Diff line change
@@ -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);

0 comments on commit 0d1c262

Please sign in to comment.