aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorGustavo <sirikfoll@hotmail.com>2016-06-25 19:23:19 -0300
committerAokromes <Aokromes@users.noreply.github.com>2016-06-26 00:23:19 +0200
commitf1639a30ba1f52370c128585d1670af18e48e799 (patch)
treeaf4b7df9478e5447d2c0e4977400271a5f285d2a /sql
parente9a52f455d5c29f51a73cc3c84a2688bcd430dfe (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
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2016_99_99_99_world.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2016_99_99_99_world.sql b/sql/updates/world/3.3.5/2016_99_99_99_world.sql
new file mode 100644
index 00000000000..1551f6a646e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2016_99_99_99_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);