From 802fd1926e178629ed99e2f9cba0f708376fb37f Mon Sep 17 00:00:00 2001 From: shennetsind Date: Mon, 25 Nov 2013 13:53:34 -0200 Subject: Fixed Bug 7838 Was pointing to the wrong message id, special thanks to sevenzz23 http://hercules.ws/board/tracker/issue-7838-wrong-message/ Signed-off-by: shennetsind --- src/map/atcommand.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/atcommand.c') diff --git a/src/map/atcommand.c b/src/map/atcommand.c index b18868b0c..37cc5bf29 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -4622,7 +4622,7 @@ ACMD(disguise) if(sd->sc.data[SC_MONSTER_TRANSFORM]) { - clif->message(fd, msg_txt(1488)); // Character cannot be disguised while in monster form. + clif->message(fd, msg_txt(1487)); // Character cannot be disguised while in monster form. return false; } -- cgit v1.2.3-60-g2f50