DB/Conditions: Fix The Aldor and Scryers flightmasters reputation requirement

closes #30285 by Odyssey
This commit is contained in:
Aokromes
2024-09-29 23:46:51 +02:00
committed by GitHub
parent c5663d554e
commit 0a059c7c71

View File

@@ -0,0 +1,2 @@
-- The Aldor and Scryers flightmasters should remain unlocked in reputations higher than friendly
UPDATE `conditions` SET `ConditionValue2`=`ConditionValue2`|32|64|128 WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup` IN (8558,8560);