From 7d0670e755c689eed12af0f8b89b936557f897c9 Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 26 Jul 2007 23:27:40 +0000 Subject: * Cleaned up mob drop code, crashfix is still needed though... * Reduced ignore-list length to 20, added proper reply packet * Cleaned up some very poorly written pm-ignore code (see r141) * Fixed a typo in Warp Portal code displaying an incorrect map name git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10915 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/char/inter.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/char') diff --git a/src/char/inter.c b/src/char/inter.c index 8dae4766b..69ca9e850 100644 --- a/src/char/inter.c +++ b/src/char/inter.c @@ -556,7 +556,8 @@ int mapif_parse_WisReply(int fd) { // Received wisp message from map-server for ALL gm (just copy the message and resends it to ALL map-servers) int mapif_parse_WisToGM(int fd) { unsigned char buf[2048]; // 0x3003/0x3803 .w .24B .w .?B - RFIFOHEAD(fd); + + ShowDebug("Sent packet back!\n"); memcpy(WBUFP(buf,0), RFIFOP(fd,0), RFIFOW(fd,2)); WBUFW(buf, 0) = 0x3803; mapif_sendall(buf, RFIFOW(fd,2)); -- cgit v1.2.3-70-g09d2