공백지 시나리오에 특기 연령 문제 해결

This commit is contained in:
2018-07-19 20:06:39 +09:00
parent 61be34581e
commit 5c6aa2340d
+1 -1
View File
@@ -170,7 +170,7 @@ $special = 0;
$admin = $gameStor->getValues(['scenario', 'turnterm', 'show_img_level']);
if ($admin['scenario'] > 0) {
if ($admin['scenario'] >= 1000) {
$specage2 = $age + 3;
$specage = $age + 3;
}