From f1c4622f4105f2327aa0079b13a216c96f278090 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 29 Jan 2024 02:42:14 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 8861e16e6467dbfc5e5a1bdd2cc0cfef3c3623be --- .../tk-immunities-fix.sql => db_world/2024_01_29_00.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/tk-immunities-fix.sql => db_world/2024_01_29_00.sql} (84%) diff --git a/data/sql/updates/pending_db_world/tk-immunities-fix.sql b/data/sql/updates/db_world/2024_01_29_00.sql similarity index 84% rename from data/sql/updates/pending_db_world/tk-immunities-fix.sql rename to data/sql/updates/db_world/2024_01_29_00.sql index 49132807b..6aa50ab22 100644 --- a/data/sql/updates/pending_db_world/tk-immunities-fix.sql +++ b/data/sql/updates/db_world/2024_01_29_00.sql @@ -1,3 +1,4 @@ +-- DB update 2024_01_23_00 -> 2024_01_29_00 -- 20033 and 20034 were 1|2048 and 20047 was 2048 UPDATE `creature_template` SET `mechanic_immune_mask` = 0 WHERE `entry` IN (20033, 20034); UPDATE `creature_template` SET `mechanic_immune_mask` = 256|33554432 WHERE `entry` = 20047;