From 5ffd457caced5764c0df09ba0d0777402534e7bd Mon Sep 17 00:00:00 2001 From: Killyana Date: Wed, 5 Oct 2016 14:58:38 +0200 Subject: DB/Quest: Hot and Cold Add Frost Nova visual effect (cherry picked from commit dac44a59b43e3857a074ea53cfb35d4ba6298bdb) --- sql/updates/world/master/2017_08_13_02_world_2016_10_05_06_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2017_08_13_02_world_2016_10_05_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2017_08_13_02_world_2016_10_05_06_world.sql b/sql/updates/world/master/2017_08_13_02_world_2016_10_05_06_world.sql new file mode 100644 index 00000000000..fd34f7cd34b --- /dev/null +++ b/sql/updates/world/master/2017_08_13_02_world_2016_10_05_06_world.sql @@ -0,0 +1,5 @@ +-- +UPDATE `smart_scripts` SET `action_param1`=15000 WHERE `entryorguid`=30169 AND `source_type`=0 AND `id`=3; +DELETE FROM `spell_scripts` WHERE `id`=56099; +INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(56099,0,0,15,56135,2,0,0,0,0,0); -- cgit v1.2.3