From 90bc88d469caaa02f108060a68a6abc5bebf2a03 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:24:29 -0300 Subject: [PATCH] fix(DB/Conditions): Koren requires at least honored with Violet Eye (#14795) --- data/sql/updates/pending_db_world/rev_1675023968959068200.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1675023968959068200.sql diff --git a/data/sql/updates/pending_db_world/rev_1675023968959068200.sql b/data/sql/updates/pending_db_world/rev_1675023968959068200.sql new file mode 100644 index 000000000..a101ea64f --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1675023968959068200.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceID` = 15 AND `SourceGroup` = 7435; +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(15, 7435, 0, 0, 0, 5, 0, 967, 224, 0, 0, 0, 0, '', 'Koren - Show vendor option only if atleast Honored with Violet Eye');