diff options
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |