diff options
| author | azazel <none@none> | 2010-08-07 01:02:09 +0600 |
|---|---|---|
| committer | azazel <none@none> | 2010-08-07 01:02:09 +0600 |
| commit | f413d609083a46ad57668e2f1ddd72ff417e22ed (patch) | |
| tree | 4ce2608b676ba74c5c5af6c0424d5d138b1a3c4f /sql | |
| parent | 485886fe719ded5513373ed11d21e3b8e5c66fea (diff) | |
* Move all movable spell effects from core to DB. Needs DB support.
* Fix some compile errors made in previous commits.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/world_database.sql | 1 | ||||
| -rw-r--r-- | sql/updates/9213_world_spell_script_names.sql | 1 |
2 files changed, 1 insertions, 1 deletions
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'; |
