Core/Entities: Ethereal Soul-Trader (#22050)

This commit is contained in:
DanVS
2018-07-25 13:35:03 +00:00
committed by Aokromes
parent 2b3f29aa6d
commit ba9943d8a4
3 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
UPDATE `creature_template` SET `ScriptName`='npc_pet_gen_soul_trader' WHERE `entry`=27914;
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_ethereal_pet_aura','spell_ethereal_pet_onsummon','spell_ethereal_pet_aura_remove','spell_steal_essence_visual');
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(50051,'spell_ethereal_pet_aura'),
(50052,'spell_ethereal_pet_onsummon'),
(50055,'spell_ethereal_pet_aura_remove'),
(50101,'spell_steal_essence_visual');