내특을 int에서 string으로 변경

This commit is contained in:
2018-09-03 02:07:41 +09:00
parent dd5feb0e2c
commit e7ae2ab441
24 changed files with 133 additions and 126 deletions
+1 -1
View File
@@ -166,7 +166,7 @@ if ($genius) {
}
//내특
$specage = Util::round((80 - $age)/12) + $age;
$special = 0;
$special = GameConst::$defaultSpecial;
$admin = $gameStor->getValues(['scenario', 'turnterm', 'show_img_level']);