From 4db3dc629b2dca76b51ebf2c18f00277bf2336f8 Mon Sep 17 00:00:00 2001 From: Skjalf <47818697+Nyeriah@users.noreply.github.com> Date: Tue, 9 Nov 2021 06:50:45 -0300 Subject: [PATCH] fix(DB/Conditions): Collect Rookery Egg should require nearby Rookery Egg (#9076) --- .../sql/updates/pending_db_world/rev_1636427747651853200.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1636427747651853200.sql diff --git a/data/sql/updates/pending_db_world/rev_1636427747651853200.sql b/data/sql/updates/pending_db_world/rev_1636427747651853200.sql new file mode 100644 index 000000000..c0da6a6b1 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1636427747651853200.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1636427747651853200'); + +DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` = 15958; +INSERT INTO `conditions`(`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(17, 0, 15958, 0, 0, 30, 0, 175124, 5, 0, 0, 0, 0, '', 'Collect Rookery Egg require near GO Rookery Egg');