접속 가중치 개념 삭제.

This commit is contained in:
2018-04-08 12:38:46 +09:00
parent 493b3c7d97
commit 48a560cb4c
7 changed files with 10 additions and 21 deletions
-1
View File
@@ -363,7 +363,6 @@ CREATE TABLE `game` (
`maxonline` INT(9) NULL DEFAULT '1',
`maxrefresh` INT(9) NULL DEFAULT '1',
`conlimit` INT(9) NULL DEFAULT '5',
`conweight` INT(3) NULL DEFAULT '100',
`develcost` INT(4) NULL DEFAULT '20',
`online` INT(9) NULL DEFAULT '0',
`onlinenation` VARCHAR(256) NULL DEFAULT '',