fix bug 远征关卡最后一关获取失败

This commit is contained in:
luying
2020-11-20 16:49:55 +08:00
parent b304dee798
commit d9e1bc2bcb
3 changed files with 10 additions and 5 deletions

View File

@@ -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);
}