From a0095036edf22f4755c4bd7d3bb0a9cd69a3d61e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 19 Jul 2026 18:42:14 +0000 Subject: [PATCH] chore(DB): import pending files Referenced commit(s): 67d4f25777584e2e25b844a025b6709d2e482cbc --- .../rev_1784479606995022900.sql => db_world/2026_07_19_06.sql} | 1 + 1 file changed, 1 insertion(+) rename data/sql/updates/{pending_db_world/rev_1784479606995022900.sql => db_world/2026_07_19_06.sql} (95%) diff --git a/data/sql/updates/pending_db_world/rev_1784479606995022900.sql b/data/sql/updates/db_world/2026_07_19_06.sql similarity index 95% rename from data/sql/updates/pending_db_world/rev_1784479606995022900.sql rename to data/sql/updates/db_world/2026_07_19_06.sql index 204126885..a1a1c4935 100644 --- a/data/sql/updates/pending_db_world/rev_1784479606995022900.sql +++ b/data/sql/updates/db_world/2026_07_19_06.sql @@ -1,3 +1,4 @@ +-- DB update 2026_07_19_05 -> 2026_07_19_06 -- Rocket Strike must only hit VX-001's mounted rocket visuals, otherwise the -- area-entry target degrades to any nearby unit and VX-001 fires itself DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 1) AND (`SourceEntry` IN (64402, 65034)) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 34050) AND (`ConditionValue3` = 0);