diff options
-rw-r--r-- | sql/updates/world/2015_02_23_09_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_23_09_world.sql b/sql/updates/world/2015_02_23_09_world.sql new file mode 100644 index 00000000000..f96d3d42a1b --- /dev/null +++ b/sql/updates/world/2015_02_23_09_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_scripts` WHERE `id`= 66477; +INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(66477, 0, 0, 15, 66622, 2, 1, 0, 0, 0, 0), +(66477, 0, 0, 15, 66478, 2, 1, 0, 0, 0, 0), +(66477, 0, 0, 15, 66041, 2, 1, 0, 0, 0, 0); |