From 72d3db08e50f48a00b4571704cf5b706cc035f60 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 10 Aug 2025 14:19:02 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 468457a63ef84c2f359bf29c126c9b4b339bdf05 --- .../gargoyles.sql => db_world/2025_08_10_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/gargoyles.sql => db_world/2025_08_10_00.sql} (82%) diff --git a/data/sql/updates/pending_db_world/gargoyles.sql b/data/sql/updates/db_world/2025_08_10_00.sql similarity index 82% rename from data/sql/updates/pending_db_world/gargoyles.sql rename to data/sql/updates/db_world/2025_08_10_00.sql index 0ec1048f5..cbbdd0811 100644 --- a/data/sql/updates/pending_db_world/gargoyles.sql +++ b/data/sql/updates/db_world/2025_08_10_00.sql @@ -1,3 +1,4 @@ +-- DB update 2025_08_08_01 -> 2025_08_10_00 -- Remove Creature_addon tables from some Gargoyles. DELETE FROM `creature_addon` WHERE (`guid` IN (100016, 100017, 100018, 100032, 100033, 100034, 100035, 100056, 100057, 100058, 100059, 100060, 100061));