aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNevan <sss.nevan@gmail.com>2011-08-24 07:31:52 +0200
committerNevan <sss.nevan@gmail.com>2011-08-24 07:31:52 +0200
commit7a5537b156e7741e7c5c3a26b83e722e561f8b4b (patch)
treec27db33702c6c2aed59ae44b741b906236d174e0 /sql
parentc29ff1b084dd28f030df384888c91d013426d135 (diff)
Implement Powering Up Spell on Twin Val'kyr Script
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_08_24_00_world_spell_script_names.sql15
1 files changed, 15 insertions, 0 deletions
diff --git a/sql/updates/world/2011_08_24_00_world_spell_script_names.sql b/sql/updates/world/2011_08_24_00_world_spell_script_names.sql
new file mode 100644
index 00000000000..6cec12b63fd
--- /dev/null
+++ b/sql/updates/world/2011_08_24_00_world_spell_script_names.sql
@@ -0,0 +1,15 @@
+DELETE FROM `spell_script_names` WHERE `spell_id` IN (67590,67602,67603,67604,65684,67176,67177,67178,65686,67222,67223,67224);
+INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`)
+VALUES
+(67590, 'spell_powering_up'),
+(67602, 'spell_powering_up'),
+(67603, 'spell_powering_up'),
+(67604, 'spell_powering_up'),
+(65684, 'spell_valkyr_essences'),
+(67176, 'spell_valkyr_essences'),
+(67177, 'spell_valkyr_essences'),
+(67178, 'spell_valkyr_essences'),
+(67222, 'spell_valkyr_essences'),
+(65686, 'spell_valkyr_essences'),
+(67223, 'spell_valkyr_essences'),
+(67224, 'spell_valkyr_essences'); \ No newline at end of file