Core/Scripts: minor fixes in boss_the_lich_king (#19311)

Closes #4427
Closes #7091
This commit is contained in:
Gustavo
2017-03-24 08:59:04 -03:00
committed by Keader
parent b74cc80859
commit 2792046dc7
4 changed files with 218 additions and 131 deletions

View File

@@ -0,0 +1,14 @@
-- Correct speed for Wicked Spirits and Spirit Bombs
UPDATE `creature_template` SET `speed_walk`=1.2, `speed_run`=0.428571 WHERE `entry` IN(39189,39190,39287,39288,39289);
UPDATE `creature_template` SET `InhabitType`=4, `HoverHeight`=4 WHERE `entry` IN(36609,39120,39121,39122);
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_the_lich_king_harvest_souls_teleport';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(73655,'spell_the_lich_king_harvest_souls_teleport');
DELETE FROM `spell_custom_attr` WHERE `entry` IN(69409,73797,73798,73799);
INSERT INTO `spell_custom_attr` (`entry`,`attributes`) VALUES
(69409,32768),
(73797,32768),
(73798,32768),
(73799,32768);