summaryrefslogtreecommitdiff
path: root/src/gui/windows/inventorywindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/windows/inventorywindow.cpp')
-rw-r--r--src/gui/windows/inventorywindow.cpp4
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;