diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2015_03_25_00_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2015_03_25_00_world.sql b/sql/updates/world/2015_03_25_00_world.sql new file mode 100644 index 00000000000..29dd214f262 --- /dev/null +++ b/sql/updates/world/2015_03_25_00_world.sql @@ -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'); |
