aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKillyana <morphone1@gmail.com>2017-03-17 09:40:17 +0100
committerKillyana <morphone1@gmail.com>2017-03-17 09:40:17 +0100
commit144cfbf5988d883da477975324c9ddb17610e6cc (patch)
tree2b02deb3f734a689633ecfb542f1f8810251fd98
parent5a982241a52fcb732c05c4d855a929bb388374d9 (diff)
DB/Quest: On Spirit's Wings
Use the DBC spell to summon the npc
-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.sql5
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;