aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/571_world.sql5
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;
+