fix(DB/Conditions): allow Crystalcore Mechanics to only repair mechanicals (#18400)
* init * right target
This commit is contained in:
parent
30700b5eb5
commit
9ae497677c
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 22 AND `SourceGroup` = 2 AND `SourceEntry` = 20052;
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(22, 2, 20052, 0, 0, 24, 0, 9, 0, 0, 0, 0, 0, '', 'Crystalcore Mechanic only cast repair on mechanical units');
|
||||
Loading…
Add table
Add a link
Reference in a new issue