fixing
git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1390 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
@@ -1559,7 +1559,6 @@ int parse_tologin(int fd) {
|
||||
case 0x2718:
|
||||
if (RFIFOREST(fd) < 2)
|
||||
return 0;
|
||||
// do whatever it's supposed to do here?
|
||||
RFIFOSKIP(fd,2);
|
||||
break;
|
||||
|
||||
@@ -1858,6 +1857,14 @@ int parse_frommap(int fd) {
|
||||
// printf("parse_frommap : %d %d %x\n", fd, RFIFOREST(fd), RFIFOW(fd,0));
|
||||
|
||||
switch(RFIFOW(fd, 0)) {
|
||||
|
||||
// map-server alive packet
|
||||
case 0x2718:
|
||||
if (RFIFOREST(fd) < 2)
|
||||
return 0;
|
||||
RFIFOSKIP(fd,2);
|
||||
break;
|
||||
|
||||
case 0x2af7:
|
||||
RFIFOSKIP(fd,2);
|
||||
read_gm_account();
|
||||
|
||||
Reference in New Issue
Block a user