From 697a0a1b9781c93ce91459e00c1cc11f271c18fc Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 9 May 2013 13:29:50 -0300 Subject: Fixed Bug #7225 http://hercules.ws/board/tracker/issue-7225-about-perfect-hide-status/ Signed-off-by: shennetsind --- src/char/char.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/char') diff --git a/src/char/char.c b/src/char/char.c index d07995cc1..f68456d9a 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -1821,7 +1821,7 @@ int mmo_char_tobuf(uint8* buffer, struct mmo_charstatus* p) WBUFL(buf,16) = p->job_level; WBUFL(buf,20) = 0; // probably opt1 WBUFL(buf,24) = 0; // probably opt2 - WBUFL(buf,28) = p->option; + WBUFL(buf,28) = (p->option &~ 0x40); WBUFL(buf,32) = p->karma; WBUFL(buf,36) = p->manner; WBUFW(buf,40) = min(p->status_point, INT16_MAX); -- cgit v1.2.3-70-g09d2