mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-22 18:15:31 +01:00
DB/Quest: On Spirit's Wings
Use the DBC spell to summon the npc
This commit is contained in:
5
sql/updates/world/3.3.5/2017_03_17_01_world.sql
Normal file
5
sql/updates/world/3.3.5/2017_03_17_01_world.sql
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user