aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSubv <s.v.h21@hotmail.com>2012-09-09 11:42:31 -0500
committerSubv <s.v.h21@hotmail.com>2012-09-09 11:48:29 -0500
commitda5f8f58e205bd2c896677daf6500af4ffe655f1 (patch)
treec1a56d86a20a19a57394581513e0430393c78e74 /sql
parent6bc3d113a90573c9db8c9f9c3b3a09f2b573dafe (diff)
Core/Scripts: Cleanup the warrior spell scripts
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');