운영자 찬스2

This commit is contained in:
2018-09-07 02:04:50 +09:00
parent 8253526f23
commit 5bfef1be32
+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;