diff options
Diffstat (limited to 'src/resources/inventory')
-rw-r--r-- | src/resources/inventory/inventory.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/resources/inventory/inventory.cpp b/src/resources/inventory/inventory.cpp index d732874be..e0a6d833e 100644 --- a/src/resources/inventory/inventory.cpp +++ b/src/resources/inventory/inventory.cpp @@ -320,9 +320,7 @@ std::string Inventory::getName() const switch (mType) { case InventoryType::Inventory: -#ifdef EATHENA_SUPPORT case InventoryType::Vending: -#endif case InventoryType::TypeEnd: default: { @@ -339,7 +337,6 @@ std::string Inventory::getName() const // TRANSLATORS: inventory type name return N_("Npc"); } -#ifdef EATHENA_SUPPORT case InventoryType::Cart: { // TRANSLATORS: inventory type name @@ -355,7 +352,6 @@ std::string Inventory::getName() const // TRANSLATORS: inventory type name return N_("Craft"); } -#endif case InventoryType::Trade: { // TRANSLATORS: inventory type name |