fix(DB/Conditions): Mana Remnants can be used only near Crystal Wards (#20647)
This commit is contained in:
parent
b96acc57fb
commit
94bd617a70
1 changed files with 6 additions and 0 deletions
|
|
@ -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');
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue