diff options
| -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'); |
