summaryrefslogtreecommitdiff
path: root/src/inventory.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-04-29 01:36:13 +0300
committerAndrei Karas <akaras@inbox.ru>2015-04-29 14:10:28 +0300
commit4b0f30b1e1879cee6d65394d826bba21eca6c40b (patch)
tree14d16cadd1b8fe20bc0bfa2ea8974ff46b00b496 /src/inventory.cpp
parent13920702c8a5e5b093d9a3ef5a5e8b254931915b (diff)
downloadplus-4b0f30b1e1879cee6d65394d826bba21eca6c40b.tar.gz
plus-4b0f30b1e1879cee6d65394d826bba21eca6c40b.tar.bz2
plus-4b0f30b1e1879cee6d65394d826bba21eca6c40b.tar.xz
plus-4b0f30b1e1879cee6d65394d826bba21eca6c40b.zip
Allos send items by mail.
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r--src/inventory.cpp5
1 files changed, 5 insertions, 0 deletions
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