DB/Conditions: Lurielle's Pendant should require target to be at 30% health or below

Closes #23476
This commit is contained in:
Wyrserth
2019-06-23 21:14:34 +02:00
committed by Killyana
parent a8c3c02ba7
commit 69d03e3864

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=49624 AND `ConditionTypeOrReference`=38;
INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES
(17, 0, 49624, 0, 0, 38, 1, 30, 4, 0, 0, 0, 0, "","Spell Lurielle's Pendant requires target to be at 30% health or below");