fix(DB/Conditions): Vesperon's (solo) Twilight Torment hits players (#25546)

This commit is contained in:
sogladev 2026-04-23 01:07:36 +02:00 committed by GitHub
parent 6540ec32c9
commit e2de7b98c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);