운영자 찬스2

This commit is contained in:
2018-09-07 02:04:50 +09:00
parent 4ef725106c
commit 4b4fc84d66
+1 -1
View File
@@ -262,7 +262,7 @@ for($j=0; $j < $gencount; $j++) {
$nation = $general['nation'];
$nationName = $nationInfo['name'];
if($ourGeneral && !$isNPC){
if(($ourGeneral || $userGrade == 6) && !$isNPC){
$turnText = [];
foreach(getTurn($general, 1) as $turnRawIdx=>$turn){
$turnIdx = $turnRawIdx+1;