aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorariel- <ariel-@users.noreply.github.com>2017-12-14 17:59:05 -0300
committerariel- <ariel-@users.noreply.github.com>2017-12-15 01:46:51 -0300
commit193bd3b45264326011814a5ee7694b9bbe13eb75 (patch)
tree997ddaac253cc26ba8d8c00880160a449f6ea4c5 /sql
parent16e20711d277bc43ae3ac350208df73827306ea6 (diff)
Core/Auras: periodics refactor part 4: ported periodic dummy auras to scripts
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_12_15_02_world_335.sql16
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_15_02_world_335.sql b/sql/updates/world/3.3.5/2017_12_15_02_world_335.sql
new file mode 100644
index 00000000000..dc62afd205a
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_12_15_02_world_335.sql
@@ -0,0 +1,16 @@
+DELETE FROM `spell_ranks` WHERE `first_spell_id`=60096;
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_bullet_controller','spell_tar_blaze','spell_overload_circuit','spell_razorscale_fuse_armor','spell_mage_mirror_image','spell_dru_frenzied_regeneration','spell_rog_overkill','spell_rog_master_of_subtlety','spell_hun_explosive_shot','spell_hun_feeding_frenzy','spell_sha_astral_shift_visual_dummy','spell_dk_hysteria');
+INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
+(66149, 'spell_bullet_controller'),
+(68396, 'spell_bullet_controller'),
+(62292, 'spell_tar_blaze'),
+(62399, 'spell_overload_circuit'),
+(64821, 'spell_razorscale_fuse_armor'),
+(55342, 'spell_mage_mirror_image'),
+(22842, 'spell_dru_frenzied_regeneration'),
+(31666, 'spell_rog_master_of_subtlety'),
+(58428, 'spell_rog_overkill'),
+(-53301,'spell_hun_explosive_shot'),
+(-53511,'spell_hun_feeding_frenzy'),
+(52179, 'spell_sha_astral_shift_visual_dummy'),
+(49016, 'spell_dk_hysteria');