diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-04-29 01:36:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-04-29 14:10:28 +0300 |
commit | 4b0f30b1e1879cee6d65394d826bba21eca6c40b (patch) | |
tree | 14d16cadd1b8fe20bc0bfa2ea8974ff46b00b496 /src/gui/windows/inventorywindow.cpp | |
parent | 13920702c8a5e5b093d9a3ef5a5e8b254931915b (diff) | |
download | plus-4b0f30b1e1879cee6d65394d826bba21eca6c40b.tar.gz plus-4b0f30b1e1879cee6d65394d826bba21eca6c40b.tar.bz2 plus-4b0f30b1e1879cee6d65394d826bba21eca6c40b.tar.xz plus-4b0f30b1e1879cee6d65394d826bba21eca6c40b.zip |
Allos send items by mail.
Diffstat (limited to 'src/gui/windows/inventorywindow.cpp')
-rw-r--r-- | src/gui/windows/inventorywindow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windows/inventorywindow.cpp b/src/gui/windows/inventorywindow.cpp index 28367d2c0..5712bb436 100644 --- a/src/gui/windows/inventorywindow.cpp +++ b/src/gui/windows/inventorywindow.cpp @@ -120,6 +120,7 @@ InventoryWindow::InventoryWindow(Inventory *const inventory) : case InventoryType::NPC: #ifdef EATHENA_SUPPORT case InventoryType::VENDING: + case InventoryType::MAIL: #endif case InventoryType::TYPE_END: default: @@ -303,6 +304,7 @@ InventoryWindow::InventoryWindow(Inventory *const inventory) : case InventoryType::NPC: #ifdef EATHENA_SUPPORT case InventoryType::VENDING: + case InventoryType::MAIL: #endif case InventoryType::TYPE_END: break; @@ -362,6 +364,7 @@ void InventoryWindow::storeSortOrder() const case InventoryType::NPC: #ifdef EATHENA_SUPPORT case InventoryType::VENDING: + case InventoryType::MAIL: #endif case InventoryType::TYPE_END: default: @@ -808,6 +811,7 @@ void InventoryWindow::close() case InventoryType::NPC: #ifdef EATHENA_SUPPORT case InventoryType::VENDING: + case InventoryType::MAIL: #endif case InventoryType::TYPE_END: break; |