fix bug 远征关卡最后一关获取失败
This commit is contained in:
@@ -299,4 +299,8 @@ export function getOlySeidByType(type: number) {
|
||||
|
||||
export function getExpeditionById(id: number) {
|
||||
return expeditionInfo.get(id);
|
||||
}
|
||||
|
||||
export function hasExpeditionById(id: number) {
|
||||
return expeditionInfo.has(id);
|
||||
}
|
||||
Reference in New Issue
Block a user