Scripts/Grizzlyhills: Spell: Infected Worgen Bite - Apply Spellscript and Transformation

closes #12165
This commit is contained in:
Rushor
2015-02-06 21:17:04 +01:00
parent ccdc100d10
commit 6080234e98
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
-- assign spellscript for Spell: 'Infected Worgen Bite'
DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=53095;
INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES
(53095,-53094,2,'Infected Worgen Bite - Worgen\'s Call Immunity');
DELETE FROM `spell_script_names` WHERE `spell_id`=53094;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(53094,'spell_infected_worgen_bite');