From 005fc082542f2916c9ad361129c832823aeb03bd Mon Sep 17 00:00:00 2001 From: Killyana Date: Fri, 17 Mar 2017 09:40:17 +0100 Subject: DB/Quest: On Spirit's Wings Use the DBC spell to summon the npc (cherry picked from commit 144cfbf5988d883da477975324c9ddb17610e6cc) --- sql/updates/world/master/2020_07_16_08_world_2017_03_17_01_world.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/world/master/2020_07_16_08_world_2017_03_17_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2020_07_16_08_world_2017_03_17_01_world.sql b/sql/updates/world/master/2020_07_16_08_world_2017_03_17_01_world.sql new file mode 100644 index 00000000000..52e520c419f --- /dev/null +++ b/sql/updates/world/master/2020_07_16_08_world_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; -- cgit v1.2.3