From f413d609083a46ad57668e2f1ddd72ff417e22ed Mon Sep 17 00:00:00 2001 From: azazel Date: Sat, 7 Aug 2010 01:02:09 +0600 Subject: * Move all movable spell effects from core to DB. Needs DB support. * Fix some compile errors made in previous commits. --HG-- branch : trunk --- sql/base/world_database.sql | 1 - sql/updates/9213_world_spell_script_names.sql | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 sql/updates/9213_world_spell_script_names.sql (limited to 'sql') diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 379477cb949..c2d92f8087a 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -14716,7 +14716,6 @@ INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES ( 58601, 'spell_gen_remove_flight_auras'), -- warrior ( 12975,'spell_warr_last_stand'), -( 21977,'spell_warr_warriors_wrath'), -- paladin ( 20425, 'spell_pal_judgement_of_command'), (-20473, 'spell_pal_holy_shock'), diff --git a/sql/updates/9213_world_spell_script_names.sql b/sql/updates/9213_world_spell_script_names.sql new file mode 100644 index 00000000000..2f2ede4d75f --- /dev/null +++ b/sql/updates/9213_world_spell_script_names.sql @@ -0,0 +1 @@ +DELETE FROM `spell_script_names` WHERE `spell_id`=21977 AND `ScriptName`='spell_warr_warriors_wrath'; -- cgit v1.2.3