From 8bd4496ab116e4c2ad72370e8b3420ea211f9d69 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Jan 2026 22:18:06 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): e6e852b41c6dcc7b93ac105282a4ea98c85c2d76 --- .../2026_01_02_01.sql} | 1 + .../rev_1767367556168894406.sql => db_world/2026_01_02_02.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/grand_magus_telestra_clones_immunities.sql => db_world/2026_01_02_01.sql} (92%) rename data/sql/updates/{pending_db_world/rev_1767367556168894406.sql => db_world/2026_01_02_02.sql} (94%) diff --git a/data/sql/updates/pending_db_world/grand_magus_telestra_clones_immunities.sql b/data/sql/updates/db_world/2026_01_02_01.sql similarity index 92% rename from data/sql/updates/pending_db_world/grand_magus_telestra_clones_immunities.sql rename to data/sql/updates/db_world/2026_01_02_01.sql index b3388025f..cbfcbdf57 100644 --- a/data/sql/updates/pending_db_world/grand_magus_telestra_clones_immunities.sql +++ b/data/sql/updates/db_world/2026_01_02_01.sql @@ -1,2 +1,3 @@ +-- DB update 2026_01_02_00 -> 2026_01_02_01 -- Removes immunities: MECHANIC_CHARM, MECHANIC_DISORIENTED, MECHANIC_DISARM, MECHANIC_DISTRACT, MECHANIC_FEAR, MECHANIC_ROOT, MECHANIC_SLOW_ATTACK, MECHANIC_STUN, MECHANIC_FREEZE, MECHANIC_KNOCKOUT, MECHANIC_POLYMORPH, MECHANIC_SHACKLE, MECHANIC_TURN, MECHANIC_HORROR, MECHANIC_INTERRUPT, MECHANIC_DAZE, and MECHANIC_SAPPED UPDATE `creature_template` SET `mechanic_immune_mask` = `mechanic_immune_mask` & ~(1 | 2 | 4 | 8 | 16 | 64 | 128 | 2048 | 4096 | 8192 | 65536 | 524288 | 4194304 | 8388608 | 33554432 | 67108864 | 536870912) WHERE `entry` IN (26928, 26930, 26929); diff --git a/data/sql/updates/pending_db_world/rev_1767367556168894406.sql b/data/sql/updates/db_world/2026_01_02_02.sql similarity index 94% rename from data/sql/updates/pending_db_world/rev_1767367556168894406.sql rename to data/sql/updates/db_world/2026_01_02_02.sql index e3fd367b7..7ce1c902b 100644 --- a/data/sql/updates/pending_db_world/rev_1767367556168894406.sql +++ b/data/sql/updates/db_world/2026_01_02_02.sql @@ -1,3 +1,4 @@ +-- DB update 2026_01_02_01 -> 2026_01_02_02 -- DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 3) AND (`SourceEntry` = 43664) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 24083) AND (`ConditionValue3` = 0); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES