feat,refac: 중원 정보 페이지
This commit is contained in:
@@ -99,7 +99,7 @@ class GetDiplomacy extends \sammo\BaseAPI
|
||||
|
||||
return [
|
||||
'result' => true,
|
||||
'nations' => $nations,
|
||||
'nations' => array_values($nations),
|
||||
'conflict' => $realConflict,
|
||||
'diplomacyList' => $diplomacyList,
|
||||
'myNationID' => $myNationID,
|
||||
|
||||
Reference in New Issue
Block a user