mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 10:33:46 +00:00
fix(Scripts/Zul'Aman): Band-Aid fix for hostage loot. (#21060)
This commit is contained in:
1
data/sql/updates/pending_db_world/za-hostage-bandaid.sql
Normal file
1
data/sql/updates/pending_db_world/za-hostage-bandaid.sql
Normal 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);
|
||||
Reference in New Issue
Block a user