From cc33ca0343f7264664f1c58d31fc6da23af9ce70 Mon Sep 17 00:00:00 2001 From: Crow Date: Wed, 5 Aug 2026 21:04:15 -0500 Subject: [PATCH] fix(DB/Spells): High Astromancer Solarian's Select True Beam should target only Astromancer Solarian Spotlight (#26996) --- data/sql/updates/pending_db_world/rev_1785980443.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1785980443.sql diff --git a/data/sql/updates/pending_db_world/rev_1785980443.sql b/data/sql/updates/pending_db_world/rev_1785980443.sql new file mode 100644 index 000000000..064608fa4 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1785980443.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 13) AND (`SourceGroup` = 3) AND (`SourceEntry` = 33365) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 31) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 3) AND (`ConditionValue2` = 18928) AND (`ConditionValue3` = 0); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(13, 3, 33365, 0, 0, 31, 0, 3, 18928, 0, 0, 0, 0, '', 'High Astromancer Solarian''s Select True Beam (33365) should target only Astromancer Solarian Spotlight (18928)');