간단한 국가 정보를 가져오는 코드들을 일부 통합.

This commit is contained in:
2018-02-26 01:46:13 +09:00
parent 2cd7d525a4
commit 7efc03813b
14 changed files with 120 additions and 210 deletions
+1 -1
View File
@@ -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 '',