aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2012_09_09_01_world_spell_script_names.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2012_09_09_01_world_spell_script_names.sql b/sql/updates/world/2012_09_09_01_world_spell_script_names.sql
new file mode 100644
index 00000000000..5c1701e45bd
--- /dev/null
+++ b/sql/updates/world/2012_09_09_01_world_spell_script_names.sql
@@ -0,0 +1,5 @@
+DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_warr_improved_spell_reflection', 'spell_warr_vigilance', 'spell_warr_charge', 'spell_warr_slam', 'spell_warr_execute', 'spell_warr_overpower');
+INSERT INTO `spell_script_names`(`spell_id`,`ScriptName`) VALUES
+(100,'spell_warr_charge'),
+(1464,'spell_warr_slam'),
+(5308,'spell_warr_execute');