diff options
Diffstat (limited to 'src/resources/inventory/inventory.cpp')
-rw-r--r-- | src/resources/inventory/inventory.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resources/inventory/inventory.cpp b/src/resources/inventory/inventory.cpp index ad44245a1..180a1b4f3 100644 --- a/src/resources/inventory/inventory.cpp +++ b/src/resources/inventory/inventory.cpp @@ -330,6 +330,11 @@ std::string Inventory::getName() const // TRANSLATORS: inventory type name return N_("Mail"); } + case InventoryType::Craft: + { + // TRANSLATORS: inventory type name + return N_("Craft"); + } #endif case InventoryType::Trade: { |