From e2de7b98c8bdbca74420df5ddda2abd04ba192fd Mon Sep 17 00:00:00 2001 From: sogladev Date: Thu, 23 Apr 2026 01:07:36 +0200 Subject: [PATCH] fix(DB/Conditions): Vesperon's (solo) Twilight Torment hits players (#25546) --- .../updates/pending_db_world/rev_1776870484034455872.sql | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1776870484034455872.sql diff --git a/data/sql/updates/pending_db_world/rev_1776870484034455872.sql b/data/sql/updates/pending_db_world/rev_1776870484034455872.sql new file mode 100644 index 000000000..624994c65 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1776870484034455872.sql @@ -0,0 +1,6 @@ +-- +-- Removes 'Twilight Torment - Target players which has phase mask 1'; +-- This does not work as described in the comment, nor is it accurate. +-- This condition is also only set for the Vesperon Twilight Torment +-- application, not for the Sartharion fight. +DELETE FROM `conditions` WHERE (`SourceTypeOrReferenceId` = 17) AND (`SourceGroup` = 0) AND (`SourceEntry` = 57935) AND (`SourceId` = 0) AND (`ElseGroup` = 0) AND (`ConditionTypeOrReference` = 26) AND (`ConditionTarget` = 1) AND (`ConditionValue1` = 1) AND (`ConditionValue2` = 0) AND (`ConditionValue3` = 0);