diff options
author | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-03-21 23:20:02 +0100 |
---|---|---|
committer | ZxBiohazardZx <zxbiohazardzx@gmail.com> | 2011-03-21 23:20:02 +0100 |
commit | 63508fd628468c7a09f3e0cf370c81bc7dd3c64c (patch) | |
tree | 00371fd7a1256c7e667e11f6e68780d1d614dc2a | |
parent | f4b202e49486ac3c87eac5d50650662c011816e2 (diff) |
DB/spells: spell_required is no longer needed with spell_ranks defined
-rw-r--r-- | sql/updates/world/2011_03_21_7_world_spell_required.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/2011_03_21_7_world_spell_required.sql b/sql/updates/world/2011_03_21_7_world_spell_required.sql new file mode 100644 index 00000000000..e76c4801dd1 --- /dev/null +++ b/sql/updates/world/2011_03_21_7_world_spell_required.sql @@ -0,0 +1 @@ +DELETE FROM `spell_required` WHERE `spell_id`=9634; |