주사위를 삭제하고 스탯을 직접 입력하도록 변경

This commit is contained in:
2018-02-19 01:42:19 +09:00
parent a95385c70b
commit fef71175f6
6 changed files with 138 additions and 168 deletions
-19
View File
@@ -298,25 +298,6 @@ $troop_schema = "
";
///////////////////////////////////////////////////////////////////////////
//
///////////////////////////////////////////////////////////////////////////
$token_schema = "
create table token (
token int(6) not null auto_increment,
id char(16) not null,
leader int(3) not null,
power int(3) not null,
intel int(3) not null,
PRIMARY KEY (token),
KEY(id)
) ENGINE=INNODB ROW_FORMAT=DYNAMIC DEFAULT CHARSET=UTF8
";
//////////////////////////////////////////////////////////////////////////
//
//////////////////////////////////////////////////////////////////////////