간단한 국가 정보를 가져오는 코드들을 일부 통합.
This commit is contained in:
+1
-1
@@ -179,7 +179,7 @@ $nation_schema = "
|
||||
|
||||
create table nation (
|
||||
nation int(6) not null auto_increment,
|
||||
name char(64) not null,
|
||||
`name` CHAR(64) NOT NULL COLLATE 'utf8_bin',
|
||||
color char(10) not null, colset int(1) default 1,
|
||||
onlinegen varchar(1024) default '',
|
||||
msg text default '',
|
||||
|
||||
Reference in New Issue
Block a user