fix(DB/Conditions): add implicit target conditions to Oculus' Stop Time (#25113)

Co-authored-by: thesensei <aconstantgoal@abv.bg>
This commit is contained in:
sogladev 2026-03-18 13:37:13 +01:00 committed by GitHub
parent af578a9a55
commit d350083515
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,7 @@
--
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` = 49838;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
(13, 1, 49838, 0, 1, 31, 0, 3, 28236, 0, 0, 0, '', 'Stop Time can hit Azure Ring Captain'),
(13, 1, 49838, 0, 2, 31, 0, 3, 27638, 0, 0, 0, '', 'Stop Time can hit Azure Ring Guardian'),
(13, 1, 49838, 0, 3, 31, 0, 3, 28276, 0, 0, 0, '', 'Stop Time can hit Greater Lay Whelp'),
(13, 1, 49838, 0, 4, 31, 0, 3, 27656, 0, 0, 0, '', 'Stop Time can hit Eregos');