From 4b0f30b1e1879cee6d65394d826bba21eca6c40b Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 29 Apr 2015 01:36:13 +0300 Subject: Allos send items by mail. --- src/inventory.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/inventory.cpp') diff --git a/src/inventory.cpp b/src/inventory.cpp index c2e9daf1e..f2acdbeda 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -315,6 +315,11 @@ std::string Inventory::getName() const // TRANSLATORS: inventory type name return N_("Npc"); } + case InventoryType::MAIL: + { + // TRANSLATORS: inventory type name + return N_("Mail"); + } case InventoryType::TRADE: { // TRANSLATORS: inventory type name -- cgit v1.2.3-60-g2f50