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/gui/windows/inventorywindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui/windows/inventorywindow.cpp') 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; -- cgit v1.2.3-60-g2f50