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/updates | |
| 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/updates')
| -rw-r--r-- | sql/updates/9213_world_spell_script_names.sql | 1 |
1 files changed, 1 insertions, 0 deletions
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'; |
