From 1aac318401fd84f18411591e389077d8adc83242 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Apr 2026 11:03:25 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 66ede70908fc2fc2bd9f0e3c142bb25feb53ed2b --- .../2026_04_15_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_erekem_guards_immune_to_pc.sql => db_world/2026_04_15_00.sql} (77%) diff --git a/data/sql/updates/pending_db_world/rev_erekem_guards_immune_to_pc.sql b/data/sql/updates/db_world/2026_04_15_00.sql similarity index 77% rename from data/sql/updates/pending_db_world/rev_erekem_guards_immune_to_pc.sql rename to data/sql/updates/db_world/2026_04_15_00.sql index d3a3a0ada2..3d5f86e226 100644 --- a/data/sql/updates/pending_db_world/rev_erekem_guards_immune_to_pc.sql +++ b/data/sql/updates/db_world/2026_04_15_00.sql @@ -1,2 +1,3 @@ +-- DB update 2026_04_14_00 -> 2026_04_15_00 -- Erekem Guards: add UNIT_FLAG_IMMUNE_TO_PC (0x100) UPDATE `creature_template` SET `unit_flags` = `unit_flags` | 0x100 WHERE `entry` IN (29395, 31513);