This commit is contained in:
aozhiwei 2021-12-16 15:55:36 +08:00
parent ef4c086efc
commit 3aa9102bcf

View File

@ -1221,6 +1221,7 @@ MetaData::GunTalentGrow* MetaMgr::GetTalent(int talent_id, int talent_lv)
{
auto itr = loader_->talent_hash.find(a8::MakeInt64(talent_id, talent_lv));
return itr != loader_->talent_hash.end() ? itr->second.get() : nullptr;
}
MetaData::Item* MetaMgr::GetItem(int id)
{