misc: storedActionHelper 저장 키에 map, unit 지정

This commit is contained in:
2022-03-23 20:12:59 +09:00
parent b8542b6bce
commit ef911ba5cc
5 changed files with 12 additions and 5 deletions
@@ -117,6 +117,8 @@ class GetReservedCommand extends \sammo\BaseAPI
'autorun_limit' => $generalObj->getAuxVar('autorun_limit'),
'officerLevel' => $me['officer_level'],
'commandList' => getChiefCommandTable($generalObj),
'mapName' => GameConst::$mapName,
'unitSet' => GameConst::$unitSet,
];
}
}