summaryrefslogtreecommitdiff
path: root/src/map/script.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-05-09 18:37:41 -0300
committershennetsind <ind@henn.et>2013-05-09 18:37:41 -0300
commitcbda33ca47776479831896a3c3d13cc6253730da (patch)
tree52a6beec3829eae76845a500401199249efabde7 /src/map/script.c
parent890e296e665ab9f78481284a94f3fb2695afd0c2 (diff)
downloadhercules-cbda33ca47776479831896a3c3d13cc6253730da.tar.gz
hercules-cbda33ca47776479831896a3c3d13cc6253730da.tar.bz2
hercules-cbda33ca47776479831896a3c3d13cc6253730da.tar.xz
hercules-cbda33ca47776479831896a3c3d13cc6253730da.zip
Fixed Bug #7230
Special Thanks to Beret! http://hercules.ws/board/tracker/issue-7230-color-in-messages/ Signed-off-by: shennetsind <ind@henn.et>
Diffstat (limited to 'src/map/script.c')
-rw-r--r--src/map/script.c2
1 files changed, 1 insertions, 1 deletions
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);