From 1dda4b2eab86f51e042c28e6424aa0ed4aa57901 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Jun 2024 12:34:33 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 5e423b3bcbe541523f61bd4d019d911431b93823 --- .../tbc-boss-parry-hasting.sql => db_world/2024_06_24_03.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/tbc-boss-parry-hasting.sql => db_world/2024_06_24_03.sql} (72%) diff --git a/data/sql/updates/pending_db_world/tbc-boss-parry-hasting.sql b/data/sql/updates/db_world/2024_06_24_03.sql similarity index 72% rename from data/sql/updates/pending_db_world/tbc-boss-parry-hasting.sql rename to data/sql/updates/db_world/2024_06_24_03.sql index d1616a829..c996dd865 100644 --- a/data/sql/updates/pending_db_world/tbc-boss-parry-hasting.sql +++ b/data/sql/updates/db_world/2024_06_24_03.sql @@ -1 +1,2 @@ +-- DB update 2024_06_24_02 -> 2024_06_24_03 UPDATE `creature_template` SET `flags_extra` = `flags_extra` | 0x00000008 WHERE `entry` IN (19514, 22947, 23576);