mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-29 05:11:55 +01:00
Scripts/Pet: Lil' K.T (#24528)
* Lil' K.T. * Rename 9999_99_99_99_world_335.sql to 2020_05_10_00_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com>
This commit is contained in:
6
sql/updates/world/3.3.5/2020_05_10_00_world.sql
Normal file
6
sql/updates/world/3.3.5/2020_05_10_00_world.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
UPDATE creature_template SET `AIName`='',`ScriptName`='npc_pet_lich' WHERE entry=36979;
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_gen_lich_pet_aura', 'spell_gen_lich_pet_onsummon', 'spell_gen_lich_pet_aura_remove');
|
||||
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
|
||||
(69732,'spell_gen_lich_pet_aura'),
|
||||
(69735,'spell_gen_lich_pet_onsummon'),
|
||||
(69736,'spell_gen_lich_pet_aura_remove');
|
||||
Reference in New Issue
Block a user