From 62c5097904bfc6c6e44e776730ea1d01aaf891c2 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 7 Jan 2016 16:59:33 +0300 Subject: Add partial implimentation for craft inventory. For now almost same with npc inventory. --- src/actions/actions.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/actions/actions.cpp') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index d8fa1c165..df4f23779 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -261,6 +261,7 @@ static Item *getItemByInvIndex(const InputEvent &event, case InventoryType::Cart: case InventoryType::Vending: case InventoryType::Mail: + case InventoryType::Craft: #endif case InventoryType::TypeEnd: default: -- cgit v1.2.3-60-g2f50