Skip to content

Commit

Permalink
Follow up to f296409
Browse files Browse the repository at this point in the history
* Some variable and function leftovers clean-ups
  • Loading branch information
Jittapan Pluemsumran committed Aug 14, 2016
1 parent f296409 commit 8657c42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/char/int_storage.c
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/map/itemdb.h
Expand Up @@ -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);

Expand Down

0 comments on commit 8657c42

Please sign in to comment.