diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2024-03-14 23:40:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-14 23:40:27 +0100 |
commit | 0d1c26237dcf01032c7badafa3043dfe11a811a3 (patch) | |
tree | 2b321393015a81ab61f720e5574b346f120593e9 | |
parent | 37e220dc933264ed21a217fb2173b9b07ab835a3 (diff) |
DB: Add one missing trinity_string from master
closes #29807 by CraftedRO
-rw-r--r-- | sql/updates/world/3.3.5/2024_03_14_03_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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 00000000000..4130b69747e --- /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); |