주사위를 삭제하고 스탯을 직접 입력하도록 변경
This commit is contained in:
@@ -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
|
||||
|
||||
";
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// 락 테이블
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
Reference in New Issue
Block a user