diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/571_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/571_world.sql b/sql/updates/571_world.sql new file mode 100644 index 00000000000..115c210306b --- /dev/null +++ b/sql/updates/571_world.sql @@ -0,0 +1,5 @@ +ALTER TABLE spell_chain DROP COLUMN first_spell; +ALTER TABLE spell_chain DROP COLUMN rank; +ALTER TABLE spell_chain RENAME TO spell_required; +DELETE FROM spell_required WHERE req_spell=0; + |
