mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Conditions: Lurielle's Pendant should require target to be at 30% health or below
Closes #23476
This commit is contained in:
4
sql/updates/world/3.3.5/2019_06_23_07_world.sql
Normal file
4
sql/updates/world/3.3.5/2019_06_23_07_world.sql
Normal 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");
|
||||
Reference in New Issue
Block a user