From 921caed71858900bcbc090ca09b1237d6c0c3dd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 24 May 2026 21:32:02 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): cd2c30d73e514e82b1c9258846d483fe1a6066e2 --- .../rev_1779630778037161600.sql => db_world/2026_05_24_00.sql} | 1 + .../web-wrap.sql => db_world/2026_05_24_01.sql} | 1 + 2 files changed, 2 insertions(+) rename data/sql/updates/{pending_db_world/rev_1779630778037161600.sql => db_world/2026_05_24_00.sql} (94%) rename data/sql/updates/{pending_db_world/web-wrap.sql => db_world/2026_05_24_01.sql} (68%) diff --git a/data/sql/updates/pending_db_world/rev_1779630778037161600.sql b/data/sql/updates/db_world/2026_05_24_00.sql similarity index 94% rename from data/sql/updates/pending_db_world/rev_1779630778037161600.sql rename to data/sql/updates/db_world/2026_05_24_00.sql index 59ca6df3df..5fdb23c58b 100644 --- a/data/sql/updates/pending_db_world/rev_1779630778037161600.sql +++ b/data/sql/updates/db_world/2026_05_24_00.sql @@ -1,3 +1,4 @@ +-- DB update 2026_05_23_00 -> 2026_05_24_00 -- DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceGroup` = 4) AND (`SourceEntry` = 30886); INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES diff --git a/data/sql/updates/pending_db_world/web-wrap.sql b/data/sql/updates/db_world/2026_05_24_01.sql similarity index 68% rename from data/sql/updates/pending_db_world/web-wrap.sql rename to data/sql/updates/db_world/2026_05_24_01.sql index 687732f8e1..e153c5ffd5 100644 --- a/data/sql/updates/pending_db_world/web-wrap.sql +++ b/data/sql/updates/db_world/2026_05_24_01.sql @@ -1,2 +1,3 @@ +-- DB update 2026_05_24_00 -> 2026_05_24_01 -- UPDATE `creature_template` SET `CreatureImmunitiesId` = -375 WHERE `entry` IN (30183, 16486);