fix(DB/Conditions): Mana Remnants can be used only near Crystal Wards (#20647)

This commit is contained in:
IntelligentQuantum
2024-11-20 12:51:15 +03:30
committed by GitHub
parent b96acc57fb
commit 94bd617a70

View File

@@ -0,0 +1,6 @@
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 17 AND `SourceEntry` = 44969;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`)
VALUES
(17, 0, 44969, 0, 0, 29, 0, 24980, 15, 0, 0, 0, 0, '', 'Must be near Crystal Ward');