diff options
Diffstat (limited to 'src/map/intif.c')
-rw-r--r-- | src/map/intif.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/intif.c b/src/map/intif.c index 73fb648ae..aac04df33 100644 --- a/src/map/intif.c +++ b/src/map/intif.c @@ -1248,9 +1248,6 @@ void intif_parse_GuildBasicInfoChanged(int fd) { int idx, max; struct guild_skill *gs = (struct guild_skill *)RFIFOP(fd,10); - if( gs == NULL ) - return; - idx = gs->id - GD_SKILLBASE; max = guild->skill_get_max(gs->id); if( gs->lv > max ) |