From 1a693220f9337a14d6f74e17db880862d6dfa2f6 Mon Sep 17 00:00:00 2001 From: malufett Date: Tue, 24 Mar 2015 23:36:09 +0800 Subject: Fixed Bug#8587 -http://hercules.ws/board/tracker/issue-8587-hide-command-and-hiding-skill/?gopid=24786#entry24786 Signed-off-by: malufett --- src/map/clif.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/clif.c') 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; -- cgit v1.2.3-60-g2f50