fix(DB/Conditions): Spawn only 1 'Zelfrax' (#19365)
This commit is contained in:
parent
738c365f92
commit
16e35c1777
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
--
|
||||
DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 22) AND (`SourceGroup` = 1) AND (`SourceEntry` = 4792);
|
||||
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
|
||||
(22, 1, 4792, 0, 0, 29, 1, 23864, 50, 0, 1, 0, 0, '', 'Run SAI if no \'Zelfrax\' is alive and within 50y.');
|
||||
Loading…
Add table
Add a link
Reference in a new issue