aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorNevan <sss.nevan@gmail.com>2011-09-02 01:19:40 +0200
committerNevan <sss.nevan@gmail.com>2011-09-02 01:19:40 +0200
commit6c0c151a9f8fef25e616f374b30c1f2dec537f8b (patch)
treecce0ba0ed17d521fdf4640c914cdb29874cd56f5 /sql/updates
parent98024367e588a1293365f11d9c99f0fe7de58e23 (diff)
Twin Val'kyr - Implement Dual Wield on Power of the Twins spells.
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/world/2011_09_01_01_spell_script_names.sql10
1 files changed, 10 insertions, 0 deletions
diff --git a/sql/updates/world/2011_09_01_01_spell_script_names.sql b/sql/updates/world/2011_09_01_01_spell_script_names.sql
new file mode 100644
index 00000000000..b7b6907b7f1
--- /dev/null
+++ b/sql/updates/world/2011_09_01_01_spell_script_names.sql
@@ -0,0 +1,10 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (65879,65916,67244,67245,67246,67248,67249,67250);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
+(65879, 'spell_power_of_the_twins'),
+(65916, 'spell_power_of_the_twins'),
+(67244, 'spell_power_of_the_twins'),
+(67245, 'spell_power_of_the_twins'),
+(67246, 'spell_power_of_the_twins'),
+(67248, 'spell_power_of_the_twins'),
+(67249, 'spell_power_of_the_twins'),
+(67250, 'spell_power_of_the_twins');