aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorRushor <PBienati@web.de>2015-02-06 21:17:04 +0100
committerRushor <PBienati@web.de>2015-02-11 18:39:31 +0100
commit6080234e98cbff62e4f508116a4ebbaa8f4516ad (patch)
tree0e1736fc5810be894c58f63b6d9f1d444ace607a /sql
parentccdc100d10143285bc058d968f0472ea4d073120 (diff)
Scripts/Grizzlyhills: Spell: Infected Worgen Bite - Apply Spellscript and Transformation
closes #12165
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2015_02_06_14_world.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2015_02_06_14_world.sql b/sql/updates/world/2015_02_06_14_world.sql
new file mode 100644
index 00000000000..29dd214f262
--- /dev/null
+++ b/sql/updates/world/2015_02_06_14_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');