diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-07-28 16:03:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-07-28 16:34:59 +0300 |
commit | b96e6eeba6e1511568c8291bd8cb6a6d3706635c (patch) | |
tree | d021843c88d856f86f018547c30f1181290ffcbe /src/resources/inventory | |
parent | 60859a71dd9794b0216cc7a60146d417e06dbbad (diff) | |
download | plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.gz plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.bz2 plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.tar.xz plus-b96e6eeba6e1511568c8291bd8cb6a6d3706635c.zip |
Remove define EATHENA_SUPPORT from all code.
Now eathena like support enabled always.
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 |