summaryrefslogtreecommitdiff
path: root/src/enums/inventorytype.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-05-05 17:15:59 +0300
committerAndrei Karas <akaras@inbox.ru>2015-05-05 17:15:59 +0300
commit45460ca58b3cbf6d92fe3cac1311bbfc9d00e841 (patch)
tree5f7da40a39218322b09338d990bf2bda4cd49b80 /src/enums/inventorytype.h
parent84c27f3885cc075070876603c223b00fc763eb43 (diff)
downloadplus-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.gz
plus-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.bz2
plus-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.xz
plus-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.zip
Build parts of inventorytype.h only if supported server enabled.
Diffstat (limited to 'src/enums/inventorytype.h')
-rw-r--r--src/enums/inventorytype.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/enums/inventorytype.h b/src/enums/inventorytype.h
index 37fad1890..fe24864d3 100644
--- a/src/enums/inventorytype.h
+++ b/src/enums/inventorytype.h
@@ -29,10 +29,10 @@ namespace InventoryType
{
INVENTORY = 0,
STORAGE,
- CART,
TRADE,
NPC,
#ifdef EATHENA_SUPPORT
+ CART,
VENDING,
MAIL,
#endif