diff options
| author | Gustavo <sirikfoll@hotmail.com> | 2016-06-26 00:23:19 +0200 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-04 17:56:05 +0100 |
| commit | e336272ec29dc5a4cc271205e2238d4087150b9c (patch) | |
| tree | f239ed51e3e4c1b95c8df5740d4652fc657b5742 /sql | |
| parent | 4511126c6b9bddd8b8ab40f29a16ef98fd453ef2 (diff) | |
Core/Scripts Boss Ahune Clean-up (#17320)
Remove use of flags UNIT_FLAG_NON_ATTACKABLE and UNIT_FLAG_REMOVE_CLIENT_CONTROL
Replace with correct one, UNIT_FLAG_UNK_31, imunity part now is fully handled by auras
Fix a problem with bugged orientation while casting SPELL_SYNCH_HEALTH
Use std::crono notations
Remove unneeded code
Move one spell_linked_spell to SpellScript
Fix Loot issue
Fix Possible Crash
(cherry picked from commit f1639a30ba1f52370c128585d1670af18e48e799)
Rename 2016_99_99_99_world.sql to 2016_06_26_00_world.sql
(cherry picked from commit fdf0092ac24a27f1e95ffeb4f0257404998980ee)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_02_04_04_world_2016_06_26_00_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_02_04_04_world_2016_06_26_00_world.sql b/sql/updates/world/master/2017_02_04_04_world_2016_06_26_00_world.sql new file mode 100644 index 00000000000..1551f6a646e --- /dev/null +++ b/sql/updates/world/master/2017_02_04_04_world_2016_06_26_00_world.sql @@ -0,0 +1,5 @@ +UPDATE `creature_template` SET `unit_flags`=64 WHERE `entry`=25740; +DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=45947; +DELETE FROM `creature_template_addon` WHERE `entry`=25754; +INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES +(25754,0,0,1,1,0,NULL); |
