mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
Core/Scripts: minor fixes in boss_the_lich_king (#19311)
Closes #4427 Closes #7091
This commit is contained in:
14
sql/updates/world/3.3.5/2017_03_24_00_world.sql
Normal file
14
sql/updates/world/3.3.5/2017_03_24_00_world.sql
Normal 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);
|
||||
Reference in New Issue
Block a user