diff options
author | Killyana <morphone1@gmail.com> | 2019-07-28 17:17:29 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-12-17 21:44:55 +0100 |
commit | 18638f4b5c7eb782eb5d79732af1c3814ea5adf8 (patch) | |
tree | 692a68917f0faa7e6ddcbeb46c87b709b9ecff8b | |
parent | e6e73b7b13ddc48f98f46d1af13a95b9cf67cccd (diff) |
DB/Spell: Poisonous Blood
Closes #23643
(cherry picked from commit d6633cbf88b1518cc28bbc20caa4b4e4ba011689)
-rw-r--r-- | sql/updates/world/master/2021_12_17_21_world_2019_07_28_02_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_12_17_21_world_2019_07_28_02_world.sql b/sql/updates/world/master/2021_12_17_21_world_2019_07_28_02_world.sql new file mode 100644 index 00000000000..14352073dd8 --- /dev/null +++ b/sql/updates/world/master/2021_12_17_21_world_2019_07_28_02_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `spell_scripts` WHERE `id`=24320; +INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(24320,0,0,15,24321,2,0,0,0,0,0); |