diff options
| author | Keader <keader.android@gmail.com> | 2016-06-02 22:30:18 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-01-12 00:02:29 +0100 |
| commit | 6ca75ef039ff4244d566a030f67dd40151776cb0 (patch) | |
| tree | 5fb9c437fcef9663481cd5316ece77a767e8f9ab /sql | |
| parent | 7f2b5f3859ca65d0fe96485d13cfd47dc69e7355 (diff) | |
Core/Scripts Improve Felflame Infernal of Lord Jaraxxus fight (#16998)
(cherry picked from commit 43855b47d8f436bbf6dc5437446490bb02ea3a01)
Rename 9999_99_99_world.sql to 2016_06_02_01_world.sql
(cherry picked from commit 7f0e1caf72acb44a738b89037bf4f2555c4ca023)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_01_11_25_world_2016_06_02_01_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_01_11_25_world_2016_06_02_01_world.sql b/sql/updates/world/master/2017_01_11_25_world_2016_06_02_01_world.sql new file mode 100644 index 00000000000..792f221e344 --- /dev/null +++ b/sql/updates/world/master/2017_01_11_25_world_2016_06_02_01_world.sql @@ -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'); |
