fix.临时修复遗尘漫步 复刻关卡识别错误的问题

This commit is contained in:
MistEO
2022-03-29 21:59:32 +08:00
parent e4677c6d0e
commit 9e985eee49
3 changed files with 48389 additions and 47709 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,7 +66,7 @@ bool asst::PenguinPack::load_json(const std::string& stage_path, const std::stri
stage_dst["drops"] = json::array(std::move(drops_vector));
stage_dst["existence"] = stage_info.at("existence").at(m_language).at("exist");
cvt_stage_json.emplace(std::move(key), std::move(stage_dst));
cvt_stage_json[std::move(key)] = std::move(stage_dst);
}
}
catch (json::exception& e) {

View File

@@ -2,5 +2,5 @@
namespace asst
{
constexpr static const char* Version = "v3.0.9";
constexpr static const char* Version = "v3.1.0";
}