summaryrefslogtreecommitdiff
path: root/src/emap/data/itemd.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-17 19:09:04 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-17 19:09:04 +0300
commit333c908061a1871a73a8562f0095bb15c3ddb740 (patch)
tree546c909b53960ca30b9512c27dd91d76bc701ed3 /src/emap/data/itemd.h
parent45e89b39985270e12d5f8eb19c666c8fd0562661 (diff)
downloadevol-hercules-333c908061a1871a73a8562f0095bb15c3ddb740.tar.gz
evol-hercules-333c908061a1871a73a8562f0095bb15c3ddb740.tar.bz2
evol-hercules-333c908061a1871a73a8562f0095bb15c3ddb740.tar.xz
evol-hercules-333c908061a1871a73a8562f0095bb15c3ddb740.zip
Add support for card limits.
Into item db to item need add AllowCards group. In format id: amount If AllowCards not present, all cards allowed. Example: AllowCards: { id5001: 2 id5002: 1 }
Diffstat (limited to 'src/emap/data/itemd.h')
-rw-r--r--src/emap/data/itemd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emap/data/itemd.h b/src/emap/data/itemd.h
index d3c529b..6fef034 100644
--- a/src/emap/data/itemd.h
+++ b/src/emap/data/itemd.h
@@ -4,8 +4,6 @@
#ifndef EVOL_MAP_ITEMD
#define EVOL_MAP_ITEMD
-struct ItemdExt;
-
struct ItemdExt *itemd_get_by_item(struct item *item);
struct ItemdExt *itemd_get(struct item_data *item);
struct ItemdExt *itemd_create(void);