1
This commit is contained in:
parent
73e374da5b
commit
efe791caf6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user