Scripts/Spells: Update several Death Knight spell scripts

New Scripts:
Army Transform
Festering Strike
Glyph of Death's Embrace
Glyph of Foul Menagerie
Glyph of Runic Power
Glyph of the Geist
Glyph of the Skeleton
Periodic Taunt
Soul Reaper
Unholy Blight

Updated to 6.x:
Anti-Magic Shell
Blood Boil
Death and Decay
Death Coil
Death Pact
Death Strike
Icebound Fortitude
Raise Dead
Vampiric Blood
Will of the Necropolis

Deprecated and removed Scripts:
spell_dk_anti_magic_shell_raid
spell_dk_anti_magic_shell_self
spell_dk_anti_magic_zone
spell_dk_blood_gorged
spell_dk_butchery
spell_dk_death_strike_enabler
spell_dk_improved_blood_presence
spell_dk_improved_frost_presence
spell_dk_improved_unholy_presence
spell_dk_necrotic_strike
spell_dk_pestilence
spell_dk_presence
spell_dk_rune_tap_party
spell_dk_scent_of_blood
spell_dk_scourge_strike

Closes #13759
This commit is contained in:
Unholychick
2015-01-12 23:49:19 +00:00
committed by Nayd
parent 3519f14b23
commit 0eb025512d
3 changed files with 537 additions and 977 deletions
+17
View File
@@ -0,0 +1,17 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (114866, 130735, 130736, 115994, -48979, 50453, 50842, 48721, 50462, 48707, -49027, 52375, 59134, -52284, 81164, 59754, 89832, -50365, -50384, -50391, 48263, 48265, 48266, 73975, 85948, 127517, 50461, 121916, 43264, 147157, 58677, 159429);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(115994, 'spell_dk_unholy_blight'),
(121916, 'spell_dk_pet_geist_transform'),
(147157, 'spell_dk_pet_skeleton_transform'),
(159429, 'spell_dk_glyph_of_runic_power'),
(114866, 'spell_dk_soul_reaper'),
(130735, 'spell_dk_soul_reaper'),
(130736, 'spell_dk_soul_reaper'),
(43264, 'spell_dk_army_periodic_taunt'),
(127517, 'spell_dk_army_transform'),
(85948, 'spell_dk_festering_strike'),
(58677, 'spell_dk_glyph_of_deaths_embrace'),
(81164, 'spell_dk_will_of_the_necropolis'),
(48707, 'spell_dk_anti_magic_shell'),
(50842, 'spell_dk_blood_boil');