mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
2 lines
86 B
SQL
2 lines
86 B
SQL
ALTER TABLE `character_spell`
|
|
ADD `active` int(11) unsigned NOT NULL default '1';
|