fix(DB/Conditions): Spawn only 1 'Zelfrax' (#19365)

This commit is contained in:
avarishd
2024-07-13 23:47:26 +03:00
committed by GitHub
parent 738c365f92
commit 16e35c1777

View File

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