From 8420346d941a554bd26c8bb72430c3d77605ee96 Mon Sep 17 00:00:00 2001 From: avarishd <46330494+avarishd@users.noreply.github.com> Date: Mon, 5 May 2025 02:13:34 +0300 Subject: [PATCH] =?UTF-8?q?fix(DB/Conditions):=20Quest=20'Harp=20on=20This?= =?UTF-8?q?!'=20not=20allowing=20interaction=20wi=E2=80=A6=20(#22051)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../sql/updates/pending_db_world/rev_1746352785809387700.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1746352785809387700.sql diff --git a/data/sql/updates/pending_db_world/rev_1746352785809387700.sql b/data/sql/updates/pending_db_world/rev_1746352785809387700.sql new file mode 100644 index 000000000..5fe8fbd9d --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1746352785809387700.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 18) AND (`SourceGroup` = 27061) AND (`SourceEntry` = 47920); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18, 27061, 47920, 0, 0, 9, 0, 12050, 0, 0, 0, 0, 0, '', 'Allow interaction only while on quest \'Lumber Hack!\''), +(18, 27061, 47920, 0, 1, 9, 0, 12052, 0, 0, 0, 0, 0, '', 'Allow interaction only while on quest \'Harp on This!\'');