1
This commit is contained in:
parent
ef4c086efc
commit
3aa9102bcf
@ -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));
|
auto itr = loader_->talent_hash.find(a8::MakeInt64(talent_id, talent_lv));
|
||||||
return itr != loader_->talent_hash.end() ? itr->second.get() : nullptr;
|
return itr != loader_->talent_hash.end() ? itr->second.get() : nullptr;
|
||||||
|
}
|
||||||
|
|
||||||
MetaData::Item* MetaMgr::GetItem(int id)
|
MetaData::Item* MetaMgr::GetItem(int id)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user