fix(Scripts/Zul'Aman): Band-Aid fix for hostage loot. (#21060)

This commit is contained in:
Benjamin Jackson 2024-12-29 13:13:52 -05:00 committed by GitHub
parent a710b9873d
commit d949192455
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1 @@
UPDATE `conditions` SET `ConditionValue1` = 17 WHERE `SourceTypeOrReferenceId` = 10 AND `SourceGroup` IN (35100, 35101, 35102) AND `ConditionTypeOrReference` = 13 AND `ConditionValue2` IN (1, 2, 3, 4);