This commit is contained in:
aozhiwei 2021-12-13 12:00:04 +08:00
parent 94fc41091d
commit ce956abef3

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;
}
}