diff options
author | Killyana <morphone1@gmail.com> | 2017-03-17 09:40:17 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2020-07-16 22:09:08 +0200 |
commit | 005fc082542f2916c9ad361129c832823aeb03bd (patch) | |
tree | 5f31d288c8273e0718c7f711a1b12e001f1e5e83 | |
parent | 118e53f1b84fca238a6f1039471351afa61bd6c4 (diff) |
DB/Quest: On Spirit's Wings
Use the DBC spell to summon the npc
(cherry picked from commit 144cfbf5988d883da477975324c9ddb17610e6cc)
-rw-r--r-- | sql/updates/world/master/2020_07_16_08_world_2017_03_17_01_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
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; |