diff --git a/src/char/int_storage.c b/src/char/int_storage.c index 0b5cbb9158..fc30071aa1 100644 --- a/src/char/int_storage.c +++ b/src/char/int_storage.c @@ -90,7 +90,7 @@ int guild_storage_tosql(int guild_id, struct guild_storage* p) int guild_storage_fromsql(int guild_id, struct guild_storage* p) { StringBuf buf; - int i, j, k; + int i, j; memset(p, 0, sizeof(struct guild_storage)); //clean up memory p->storage_amount = 0; diff --git a/src/map/itemdb.h b/src/map/itemdb.h index 8314562f46..d921da7fa0 100644 --- a/src/map/itemdb.h +++ b/src/map/itemdb.h @@ -536,7 +536,6 @@ uint16 itemdb_get_randgroupitem_count(uint16 group_id, uint8 sub_group, unsigned bool itemdb_parse_roulette_db(void); struct s_random_opt_data* itemdb_randomopt_exists(short id); -short itemdb_randomopt_name2id(const char *name); void itemdb_reload(void);