This commit is contained in:
aozhiwei 2021-12-13 12:00:04 +08:00
parent f4823c9ca9
commit baffa33246

View File

@ -729,7 +729,7 @@ private:
item.Init();
item_hash[item.i->id()] = &item;
if (meta.playerid()) {
item_heroskin_hash[item.i->id()] = &item;
item_heroskin_hash[item.i->playerid()] = &item;
}
}