summaryrefslogtreecommitdiff
path: root/src/emap/craftconf.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-04-04 19:14:27 +0300
committerAndrei Karas <akaras@inbox.ru>2016-04-04 19:14:27 +0300
commit31cc98f9208f3e7681bb223a23cd2aed2433c021 (patch)
tree94f60a3e7831b0ada18d35ea39cf0f518242e359 /src/emap/craftconf.c
parent2c9c1e2eb8e74a6f8d9765993365648555ddf9b0 (diff)
downloadevol-hercules-31cc98f9208f3e7681bb223a23cd2aed2433c021.tar.gz
evol-hercules-31cc98f9208f3e7681bb223a23cd2aed2433c021.tar.bz2
evol-hercules-31cc98f9208f3e7681bb223a23cd2aed2433c021.tar.xz
evol-hercules-31cc98f9208f3e7681bb223a23cd2aed2433c021.zip
Update plugin for new hercules.
Diffstat (limited to 'src/emap/craftconf.c')
-rw-r--r--src/emap/craftconf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emap/craftconf.c b/src/emap/craftconf.c
index f4e52bd..89b31ea 100644
--- a/src/emap/craftconf.c
+++ b/src/emap/craftconf.c
@@ -422,8 +422,8 @@ static void delete_craft_entry(struct craft_db_entry *entry)
VECTOR_CLEAR(entry->create_items);
}
-static int delete_craftconf_sub(DBKey key __attribute__ ((unused)),
- DBData *data,
+static int delete_craftconf_sub(union DBKey key __attribute__ ((unused)),
+ struct DBData *data,
va_list args __attribute__ ((unused)))
{
struct craft_db_entry *craft = DB->data2ptr(data);