aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWyrserth <Wyrserth@users.noreply.github.com>2019-06-23 21:14:34 +0200
committerKillyana <morphone1@gmail.com>2019-06-23 21:14:34 +0200
commit69d03e3864b7a77acfa480d8ffdd1f28a94512c6 (patch)
tree2c5f042b7ed2312058b16fd188e6bd386e578da3
parenta8c3c02ba7f1f3bd607b55b2b4d07afc4dd3872d (diff)
DB/Conditions: Lurielle's Pendant should require target to be at 30% health or below
Closes #23476
-rw-r--r--sql/updates/world/3.3.5/2019_06_23_07_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2019_06_23_07_world.sql b/sql/updates/world/3.3.5/2019_06_23_07_world.sql
new file mode 100644
index 00000000000..c9835194661
--- /dev/null
+++ b/sql/updates/world/3.3.5/2019_06_23_07_world.sql
@@ -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");