aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCannix <Cannix@users.noreply.github.com>2017-10-20 01:05:04 +0200
committerKillyana <morphone1@gmail.com>2017-10-20 01:05:04 +0200
commit4a6be31fdb7e3de30b296d3a67ada1d4d6bb5d92 (patch)
tree6e4d69c8fb97f2bd16f778018d49c6694cb989c7
parentc771aea7936cc9b06d3f5a084184b6119b7d32d1 (diff)
DB/Spell: Violet Hold - Defense System
Closes #20628
-rw-r--r--sql/updates/world/3.3.5/2017_10_19_09_world.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_10_19_09_world.sql b/sql/updates/world/3.3.5/2017_10_19_09_world.sql
new file mode 100644
index 00000000000..2e02d084afb
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_10_19_09_world.sql
@@ -0,0 +1,4 @@
+-- DB/Spell: Spell 58152, Arcane Lightning should also target NPCs 29321, Ichor Globule
+DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=58152 AND `ElseGroup`=18;
+INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES
+(13,1,58152,0,18,31,0,3,29321,0,0,0,0,'','Defense System - Arcane Lightning');