colset을 can_change_flag로 변경.

This commit is contained in:
2018-03-28 20:39:12 +09:00
parent e8e18c059f
commit 4326530dec
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -181,7 +181,7 @@ $nation_schema = "
create table nation (
nation int(6) not null auto_increment,
`name` CHAR(64) NOT NULL COLLATE 'utf8_bin',
color char(10) not null, colset int(1) default 1,
color char(10) not null, can_change_flag int(1) default 1,
onlinegen varchar(1024) default '',
msg text default '',
capital int(1) default 0, capset int(1) default 0,