diff options
-rw-r--r-- | src/map/clif.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/clif.c b/src/map/clif.c index 3ad3f0c76..22d259006 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -2976,6 +2976,9 @@ void clif_changelook(struct block_list *bl,int type,int val) case LOOK_BASE: if( !sd ) break; + if ( val == INVISIBLE_CLASS ) /* nothing to change look */ + return; + if( sd->sc.option&OPTION_COSTUME ) vd->weapon = vd->shield = 0; |