This commit is contained in:
aozhiwei 2021-01-20 19:17:23 +08:00
parent 93afef4361
commit 55aea64c8c

View File

@ -457,7 +457,7 @@ int Room::CreateLoot(int equip_id, a8::Vec2 pos, int count, int equip_lv)
{
MetaData::Equip* equip_meta = MetaMgr::Instance()->GetEquip(equip_id);
if (equip_meta) {
#if 0
#if 1
if (equip_meta->i->equip_type() == EQUIP_TYPE_SKIN) {
return;
}