diff --git a/src/map/clif.c b/src/map/clif.c index 6036cd132f..140c8b158b 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -2399,7 +2399,7 @@ void clif_changelook(struct block_list *bl,int type,int val) } // prevent leaking the presence of GM-hidden objects - if( sc->option&OPTION_INVISIBLE ) + if( sc && sc->option&OPTION_INVISIBLE ) target = SELF; #if PACKETVER < 4