From 677213c077a71cae9480304e70cb26eb66a942aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 14 Jul 2026 22:54:26 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): d0d970b8f63715c330a88e8c38be560b62c8a84b --- .../creature_text_options.sql => db_world/2026_07_14_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/creature_text_options.sql => db_world/2026_07_14_03.sql} (98%) diff --git a/data/sql/updates/pending_db_world/creature_text_options.sql b/data/sql/updates/db_world/2026_07_14_03.sql similarity index 98% rename from data/sql/updates/pending_db_world/creature_text_options.sql rename to data/sql/updates/db_world/2026_07_14_03.sql index efe07af1c..c58bbc258 100644 --- a/data/sql/updates/pending_db_world/creature_text_options.sql +++ b/data/sql/updates/db_world/2026_07_14_03.sql @@ -1,3 +1,4 @@ +-- DB update 2026_07_14_02 -> 2026_07_14_03 -- Reusable option sets for creature text groups CREATE TABLE IF NOT EXISTS `creature_text_option_sets` ( `SetID` TINYINT UNSIGNED NOT NULL,