git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@1390 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
shinomori
2005-04-03 17:08:16 +00:00
parent 1a6dea5fe5
commit 9cfffd0ac8
2 changed files with 16 additions and 2 deletions

View File

@@ -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();