diff options
| author | Killyana <morphone1@gmail.com> | 2016-10-05 14:58:38 +0200 |
|---|---|---|
| committer | Killyana <morphone1@gmail.com> | 2016-10-05 14:58:38 +0200 |
| commit | dac44a59b43e3857a074ea53cfb35d4ba6298bdb (patch) | |
| tree | 3a18bfac59301a7c9f9ed80e35ba5b2068c40280 | |
| parent | 35a8ac52e3edc34705eb96e2e4565615904bdfaf (diff) | |
DB/Quest: Hot and Cold
Add Frost Nova visual effect
| -rw-r--r-- | sql/updates/world/3.3.5/2016_10_05_06_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_10_05_06_world.sql b/sql/updates/world/3.3.5/2016_10_05_06_world.sql new file mode 100644 index 00000000000..fd34f7cd34b --- /dev/null +++ b/sql/updates/world/3.3.5/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); |
