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