From 436a6910525b26aa26c56b40199f582589cec53c Mon Sep 17 00:00:00 2001 From: ultramage Date: Sun, 12 Aug 2007 20:13:17 +0000 Subject: * Replaced some mob_avail.txt entries with a simple example entry * Removed "Crusader quest monsters" from mob_avail (not used anymore) * Updated the mapcache with data for moscovia maps * Fixed one problem in map_delmap() * Fixed a bad message in @disguise git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10988 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/charcommand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/charcommand.c') diff --git a/src/map/charcommand.c b/src/map/charcommand.c index bfd41f346..cee5f995e 100644 --- a/src/map/charcommand.c +++ b/src/map/charcommand.c @@ -3278,7 +3278,8 @@ int charcommand_disguise(const int fd, struct map_session_data* sd, const char* if(pc_isriding(pl_sd)) { - clif_displaymessage(fd, msg_txt(228)); // Character cannot wear disguise while riding a PecoPeco. + //FIXME: wrong message + //clif_displaymessage(fd, msg_txt(228)); // Character cannot wear disguise while riding a PecoPeco. return -1; } -- cgit v1.2.3-60-g2f50