Skip to content

Commit 7f7431b

Browse files
authored
Update InventoryMenu.cpp
1 parent e008ab4 commit 7f7431b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/world/item/InventoryMenu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ std::shared_ptr<ItemInstance> InventoryMenu::quickMoveStack(int index)
8282
if (slotItem->m_count == item->m_count)
8383
return nullptr;
8484

85-
//slot->checkTakeAchievements(slotItem);
85+
slot->onTake(slotItem);
8686
}
8787

8888
return item;

0 commit comments

Comments
 (0)