From 4a6be31fdb7e3de30b296d3a67ada1d4d6bb5d92 Mon Sep 17 00:00:00 2001 From: Cannix Date: Fri, 20 Oct 2017 01:05:04 +0200 Subject: DB/Spell: Violet Hold - Defense System Closes #20628 --- sql/updates/world/3.3.5/2017_10_19_09_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_10_19_09_world.sql (limited to 'sql/updates') 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'); -- cgit v1.2.3