From 96330bbdd062c3428a67faa5530cf64f9f71a802 Mon Sep 17 00:00:00 2001 From: Jelle Meeus Date: Wed, 10 Sep 2025 07:41:52 -0700 Subject: [PATCH] fix(DB/Conditions): Horde Siege Tank cannot be entered without the required quest (#22856) --- .../sql/updates/pending_db_world/rev_1757453337252691864.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1757453337252691864.sql diff --git a/data/sql/updates/pending_db_world/rev_1757453337252691864.sql b/data/sql/updates/pending_db_world/rev_1757453337252691864.sql new file mode 100644 index 000000000..e3c48d534 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1757453337252691864.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 18) AND (`SourceGroup` = 25334) AND (`SourceEntry` IN (47917, 46598)) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 9) AND (`ConditionTarget` = 0) AND (`ConditionValue1` = 11652) AND (`ConditionValue2` = 0) AND (`ConditionValue3` = 0); +INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES +(18, 25334, 47917, 0, 0, 9, 0, 11652, 0, 0, 0, 0, 0, '', 'Horde Siege Tank requires player to be on quest The Plains of Nasam'), +(18, 25334, 46598, 0, 0, 9, 0, 11652, 0, 0, 0, 0, 0, '', 'Horde Siege Tank requires player to be on quest The Plains of Nasam');