Core/Entities: Ethereal Soul-Trader

Port From (https://github.com/TrinityCore/TrinityCore/commit/3503e9dc929692bc9a8e9a23de2bae9cad24497f)
This commit is contained in:
hondacrx
2021-10-17 10:01:25 -04:00
parent 8a976ee972
commit 4a6da800fe
3 changed files with 147 additions and 0 deletions
@@ -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');