mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 00:48:56 +01:00
Core/Entities: Ethereal Soul-Trader (#22050)
This commit is contained in:
7
sql/updates/world/3.3.5/2018_07_25_00_world.sql
Normal file
7
sql/updates/world/3.3.5/2018_07_25_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user