diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 80a68792d..5b512a85c 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -6110,7 +6110,8 @@ int atcommand_disguise(const int fd, struct map_session_data* sd, const char* co if(pc_isriding(sd)) { - clif_displaymessage(fd, msg_txt(227)); // Character cannot wear disguise while riding a PecoPeco. + //FIXME: wrong message + //clif_displaymessage(fd, msg_txt(227)); // Character cannot wear disguise while riding a PecoPeco. return -1; } |