From cbda33ca47776479831896a3c3d13cc6253730da Mon Sep 17 00:00:00 2001 From: shennetsind Date: Thu, 9 May 2013 18:37:41 -0300 Subject: Fixed Bug #7230 Special Thanks to Beret! http://hercules.ws/board/tracker/issue-7230-color-in-messages/ Signed-off-by: shennetsind --- src/map/script.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/script.c') diff --git a/src/map/script.c b/src/map/script.c index 9d9800a32..2304a9f42 100644 --- a/src/map/script.c +++ b/src/map/script.c @@ -11788,7 +11788,7 @@ BUILDIN(undisguise) if (sd == NULL) return true; if (sd->disguise) { - pc_disguise(sd, 0); + pc_disguise(sd, -1); script_pushint(st,0); } else { script_pushint(st,1); -- cgit v1.2.3-70-g09d2