From 98b03c07f09f47c9e7cb8a4af95f3090f06a2c18 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 8 Oct 2024 14:41:02 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 8e7463e8bc3cc0d3e156690e6d87a9e5b13b32c6 --- .../shared-rule-damage.sql => db_world/2024_10_08_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/shared-rule-damage.sql => db_world/2024_10_08_00.sql} (76%) diff --git a/data/sql/updates/pending_db_world/shared-rule-damage.sql b/data/sql/updates/db_world/2024_10_08_00.sql similarity index 76% rename from data/sql/updates/pending_db_world/shared-rule-damage.sql rename to data/sql/updates/db_world/2024_10_08_00.sql index ec07b7eb0..1e87d9351 100644 --- a/data/sql/updates/pending_db_world/shared-rule-damage.sql +++ b/data/sql/updates/db_world/2024_10_08_00.sql @@ -1,2 +1,3 @@ +-- DB update 2024_10_04_00 -> 2024_10_08_00 DELETE FROM `spell_custom_attr` WHERE `spell_id` = 41342; INSERT INTO `spell_custom_attr` (`spell_id`, `attributes`) VALUES (41342, 32768);