장수 생성 버그 수정

This commit is contained in:
2018-05-21 03:16:06 +09:00
parent ae62669fe8
commit 771fcbec6a
+2
View File
@@ -165,6 +165,8 @@ if ($genius) {
$specage = Util::round((80 - $age)/12) + $age;
$special = 0;
$admin = $gameStor->getValues(['scenario', 'turnterm', 'show_img_level']);
if ($admin['scenario'] > 0) {
$specage2 = $age + 3;
$specage = $age + 3;