diff options
| author | Gustavo <sirikfoll@hotmail.com> | 2017-03-24 08:59:04 -0300 |
|---|---|---|
| committer | Keader <keader.android@gmail.com> | 2017-03-24 08:59:04 -0300 |
| commit | 2792046dc7a229180d27dfdc4ce37ccfb84c8a27 (patch) | |
| tree | 519a05ef74e06be48b92e615084109d50be89849 /sql | |
| parent | b74cc8085946fed1eb41a6332e3a5cca6f9edd7f (diff) | |
Core/Scripts: minor fixes in boss_the_lich_king (#19311)
Closes #4427
Closes #7091
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/3.3.5/2017_03_24_00_world.sql | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_03_24_00_world.sql b/sql/updates/world/3.3.5/2017_03_24_00_world.sql new file mode 100644 index 00000000000..84277ee86c2 --- /dev/null +++ b/sql/updates/world/3.3.5/2017_03_24_00_world.sql @@ -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); |
