diff options
Diffstat (limited to 'src/emap')
-rw-r--r-- | src/emap/itemdb.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/emap/itemdb.c b/src/emap/itemdb.c index e60783b..03c632b 100644 --- a/src/emap/itemdb.c +++ b/src/emap/itemdb.c @@ -148,6 +148,9 @@ void eitemdb_readdb_additional_fields_pre(int *itemid, while ((it2 = libconfig->setting_get_elem(group, idx ++))) { const char *name = config_setting_name(it2); + // TODO: [5000, 5010]: 1 + // Allow the range to work, and restrict to 1 card in whole range + // via allowedRange->{min,max,amount} if (name && strncmp(name, "id", 2) && strncmp(name, "Id", 2)) { ShowWarning("Unknown field AllowCards for item %s\n", item->name); |