fix(DB/Conditions): add implicit target conditions to Oculus' Stop Time (#25113)
Co-authored-by: thesensei <aconstantgoal@abv.bg>
This commit is contained in:
parent
af578a9a55
commit
d350083515
1 changed files with 7 additions and 0 deletions
|
|
@ -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');
|
||||
Loading…
Add table
Add a link
Reference in a new issue