This commit is contained in:
aozhiwei 2021-09-06 07:11:08 +00:00
parent 73e374da5b
commit efe791caf6

View File

@ -3457,6 +3457,7 @@ void Human::LootInteraction(Loot* entity)
dto.item_level = entity->item_level;
dto.handled = false;
dto.item_meta = MetaMgr::Instance()->GetEquip(entity->item_id);
ProcAddItemDto(dto);
if (dto.handled) {
entity->pickuped = true;