From e01286fcb24467a84be86f1982876b5e29d52884 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Jul 2025 14:40:07 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): c581abc4cd255e643d4554d0ca515aef9d81bf1e --- .../Gryph_Ghouls_mechanic.sql => db_world/2025_07_01_01.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/Gryph_Ghouls_mechanic.sql => db_world/2025_07_01_01.sql} (99%) diff --git a/data/sql/updates/pending_db_world/Gryph_Ghouls_mechanic.sql b/data/sql/updates/db_world/2025_07_01_01.sql similarity index 99% rename from data/sql/updates/pending_db_world/Gryph_Ghouls_mechanic.sql rename to data/sql/updates/db_world/2025_07_01_01.sql index 7f61482cc..93de4440e 100644 --- a/data/sql/updates/pending_db_world/Gryph_Ghouls_mechanic.sql +++ b/data/sql/updates/db_world/2025_07_01_01.sql @@ -1,3 +1,4 @@ +-- DB update 2025_07_01_00 -> 2025_07_01_01 -- Death Knight Initiates (Remove Wrong Guids) DELETE FROM `creature` WHERE (`id1` = 28406) AND (`guid` IN (129516, 129517, 129518, 129544, 129545, 129555)); DELETE FROM `creature_addon` WHERE (`guid` IN (129516, 129517, 129518, 129544, 129545, 129555));