Core/Entities: Ethereal Soul-Trader
Port From (https://github.com/TrinityCore/TrinityCore/commit/3503e9dc929692bc9a8e9a23de2bae9cad24497f)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user