This commit is contained in:
aozhiwei 2023-05-25 14:49:31 +08:00
parent f80db8d440
commit f28bb50664

View File

@ -108,7 +108,7 @@ namespace mt
RegMetaTable<GraspBuff>(res_path_); RegMetaTable<GraspBuff>(res_path_);
RegMetaTable<GuideStep>(res_path_); RegMetaTable<GuideStep>(res_path_);
RegMetaTable<MergeItem>(res_path_); RegMetaTable<MergeItem>(res_path_);
//RegMetaTable<MapThingGroup>(res_path_); RegMetaTable<MapThingGroup>(res_path_);
} }
void MetaMgr::Load() void MetaMgr::Load()