diff options
| author | Cannix <Cannix@users.noreply.github.com> | 2017-10-20 01:05:04 +0200 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-01-08 21:12:11 +0100 |
| commit | 210bb1b2750bbac1fc1438ac6b872c84cf742cc5 (patch) | |
| tree | 38875b434f2cc3fd22aac209aab9845a5d273b99 | |
| parent | 3730c12c9be897d03f2a7cce18d1a383a9a1bf04 (diff) | |
DB/Spell: Violet Hold - Defense System
Closes #20628
(cherry picked from commit 4a6be31fdb7e3de30b296d3a67ada1d4d6bb5d92)
| -rw-r--r-- | sql/updates/world/master/2021_01_06_03_world_2017_10_19_09_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_01_06_03_world_2017_10_19_09_world.sql b/sql/updates/world/master/2021_01_06_03_world_2017_10_19_09_world.sql new file mode 100644 index 00000000000..2e02d084afb --- /dev/null +++ b/sql/updates/world/master/2021_01_06_03_world_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'); |
