fix(DB/Conditions) Correct Class conditions for Satchel of Helpful Goods (65-70) (#15281)

This commit is contained in:
Gultask
2023-03-11 02:55:47 -03:00
committed by GitHub
parent 2274924d77
commit bc7dc13660

View File

@@ -0,0 +1,3 @@
-- These were switched around
UPDATE `conditions` SET `ConditionValue1`=1032, `Comment`='SOHG: Turbulent Signet only for leatherusers' WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup`=10058 AND `SourceEntry`=51991;
UPDATE `conditions` SET `ConditionValue1`=400, `Comment`='SOHG: Turbulent Signet only for clothusers' WHERE `SourceTypeOrReferenceId`=10 AND `SourceGroup`=10059 AND `SourceEntry`=51991;