diff options
-rw-r--r-- | sql/updates/world/3.3.5/2017_03_17_00_world_355.sql (renamed from sql/updates/world/3.3.5/2017_03_17_02_world_355.sql) | 0 | ||||
-rw-r--r-- | sql/updates/world/3.3.5/2017_03_17_01_world.sql | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_17_02_world_355.sql b/sql/updates/world/3.3.5/2017_03_17_00_world_355.sql index ef79a2cb3f7..ef79a2cb3f7 100644 --- a/sql/updates/world/3.3.5/2017_03_17_02_world_355.sql +++ b/sql/updates/world/3.3.5/2017_03_17_00_world_355.sql diff --git a/sql/updates/world/3.3.5/2017_03_17_01_world.sql b/sql/updates/world/3.3.5/2017_03_17_01_world.sql new file mode 100644 index 00000000000..52e520c419f --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_17_01_world.sql @@ -0,0 +1,5 @@ +-- +DELETE FROM `spell_scripts` WHERE `id`=38173; +INSERT INTO `spell_scripts` (`id`, `effIndex`, `delay`, `command`, `datalong`, `datalong2`, `dataint`, `x`, `y`, `z`, `o`) VALUES +(38173, 0, 0, 15, 39074, 1, 0, 0, 0, 0, 0); +UPDATE `smart_scripts` SET `action_type`=41, `action_param1`=0, `target_type`=1, `comment`='Spirit - action list - Despawn' WHERE `entryorguid`=2202300 AND `source_type`=9 AND `id`=2; |