mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-25 19:31:59 +01:00
Core/Scripts Improve Felflame Infernal of Lord Jaraxxus fight (#16998)
(cherry picked from commit43855b47d8) Rename 9999_99_99_world.sql to 2016_06_02_01_world.sql (cherry picked from commit7f0e1caf72)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
DELETE FROM `spell_script_names` where `ScriptName` IN ('spell_fel_streak_visual');
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(66493,'spell_fel_streak_visual');
|
||||
|
||||
DELETE FROM `creature_template_addon` WHERE `entry` IN (34815,35262,35263,35264);
|
||||
INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES
|
||||
(34815,0,0,0,1,0,'66327'),
|
||||
(35262,0,0,0,1,0,'66327'),
|
||||
(35263,0,0,0,1,0,'66327'),
|
||||
(35264,0,0,0,1,0,'66327');
|
||||
Reference in New Issue
Block a user