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/atcommand.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/map/atcommand.c') 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; } -- cgit v1.2.3-60-g2f50