From e798097ae33a10d3cf26cd422aa06f124de8a3d8 Mon Sep 17 00:00:00 2001 From: silinoron Date: Mon, 2 Aug 2010 13:18:45 -0700 Subject: Move a couple of warrior spell dummy effect handlers to spell scripts. --HG-- branch : trunk --- sql/updates/9144_world_spell_script_names.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sql/updates/9144_world_spell_script_names.sql (limited to 'sql/updates') diff --git a/sql/updates/9144_world_spell_script_names.sql b/sql/updates/9144_world_spell_script_names.sql new file mode 100644 index 00000000000..ef3c4179713 --- /dev/null +++ b/sql/updates/9144_world_spell_script_names.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=21977 AND `ScriptName`='spell_warr_warriors_wrath'; +DELETE FROM `spell_script_names` WHERE `spell_id`=12975 AND `ScriptName`='spell_warr_last_stand'; +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(12975,'spell_warr_last_stand'), +(21977,'spell_warr_warriors_wrath'); -- cgit v1.2.3