chore(DB): import pending files

Referenced commit(s): 67cd7c4d17
This commit is contained in:
github-actions[bot]
2024-11-19 14:46:56 +00:00
parent 67cd7c4d17
commit 1fe84a2c7e

View File

@@ -0,0 +1,16 @@
-- DB update 2024_11_19_00 -> 2024_11_19_01
DELETE FROM `conditions` WHERE
`SourceTypeOrReferenceId` = 23 AND
`SourceGroup` = 14522 AND
`SourceEntry` = 18687 AND
`ConditionTypeOrReference` = 9 AND
`ConditionValue1` = 7625;
INSERT INTO `conditions` (
`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`,
`ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`,
`ConditionValue1`, `ConditionValue2`, `ConditionValue3`,
`NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`
)
VALUES
(23, 14522, 18687, 0, 0, 9, 0, 7625, 0, 0, 0, 0, 0, '', 'Vendor: Require quest 7625 accepted to buy Xorothian Stardust');