aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2020_05_10_00_world.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2020_05_10_00_world.sql b/sql/updates/world/3.3.5/2020_05_10_00_world.sql
new file mode 100644
index 00000000000..32f29b22737
--- /dev/null
+++ b/sql/updates/world/3.3.5/2020_05_10_00_world.sql
@@ -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');