Packet fixed and EOL fix

git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@242 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
amber
2004-11-18 04:54:58 +00:00
parent 35b0b2a876
commit da58668fc6
7 changed files with 277 additions and 265 deletions

View File

@@ -1902,6 +1902,16 @@ int parse_frommap(int fd) {
RFIFOSKIP(fd,6);
break;
case 0x3090:
{
int r = inter_parse_frommap(fd);
if (r == 1) break; // processed
if (r == 2) return 0; // need more packet
}
printf("parse_frommap: unsupported packet %x! \n", RFIFOW(fd,0));
break;
default:
// inter server - packet
{