Files
TrinityCore/sql/updates/571_world.sql
hunteee 491bc7569b *Add new line to end of sqls.
--HG--
branch : trunk
2009-06-18 20:10:59 +02:00

6 lines
188 B
SQL

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;