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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user