diff options
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index bcb1eef2a..49791ed94 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1032,6 +1032,7 @@ int intif_parse_LoadGuildStorage(int fd) gstor=guild2storage(guild_id); if(!gstor) { ShowWarning("intif_parse_LoadGuildStorage: error guild_id %d not exist\n",guild_id); + return 1; } if (gstor->storage_status == 1) { // Already open.. lets ignore this update ShowWarning("intif_parse_LoadGuildStorage: storage received for a client already open (User %d:%d)\n", sd->status.account_id, sd->status.char_id); |