diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-05 17:15:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-05 17:15:59 +0300 |
commit | 45460ca58b3cbf6d92fe3cac1311bbfc9d00e841 (patch) | |
tree | 5f7da40a39218322b09338d990bf2bda4cd49b80 /src/enums | |
parent | 84c27f3885cc075070876603c223b00fc763eb43 (diff) | |
download | ManaVerse-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.gz ManaVerse-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.bz2 ManaVerse-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.tar.xz ManaVerse-45460ca58b3cbf6d92fe3cac1311bbfc9d00e841.zip |
Build parts of inventorytype.h only if supported server enabled.
Diffstat (limited to 'src/enums')
-rw-r--r-- | src/enums/inventorytype.h | 2 |
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 |