diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2017-12-14 17:59:05 -0300 |
|---|---|---|
| committer | funjoker <funjoker109@gmail.com> | 2021-03-15 20:17:31 +0100 |
| commit | d9b145615dd2bafe1ae74e6dc11c9b86a0fb6f28 (patch) | |
| tree | b978951989a3faa5bf9ad8462bf0421ecf6d0016 /sql | |
| parent | 97e869e8b36afd9e7f0452b9001287f6b4a02ef2 (diff) | |
Core/Auras: periodics refactor part 4: ported periodic dummy auras to scripts
(cherry picked from commit 193bd3b45264326011814a5ee7694b9bbe13eb75)
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2021_03_07_03_world_2017_12_15_02_world_335.sql | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_03_07_03_world_2017_12_15_02_world_335.sql b/sql/updates/world/master/2021_03_07_03_world_2017_12_15_02_world_335.sql new file mode 100644 index 00000000000..29e2e6edbfe --- /dev/null +++ b/sql/updates/world/master/2021_03_07_03_world_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'); |
