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));