server/sql/updates/0.12/06598_character_spell.sql
2008-12-23 02:04:42 +03:00

2 lines
98 B
SQL

ALTER TABLE `character_spell`
ADD COLUMN `disabled` tinyint(3) unsigned NOT NULL default '0';