fix(DB/Spells): High Astromancer Solarian's Select True Beam should target only Astromancer Solarian Spotlight (#26996)

This commit is contained in:
Crow 2026-08-05 21:04:15 -05:00 committed by GitHub
parent 879166a519
commit cc33ca0343
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)');