Added alive packet sending to SQL char and login

git-svn-id: https://svn.code.sf.net/p/rathena/svn/branches/stable@934 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
celest
2005-01-08 03:00:13 +00:00
parent ffdc190fe3
commit a0d8292adc
3 changed files with 13 additions and 0 deletions

View File

@@ -1556,6 +1556,14 @@ int parse_tologin(int fd) {
RFIFOSKIP(fd,50);
break;
// login-server alive packet
case 0x2718:
if (RFIFOREST(fd) < 2)
return 0;
// do whatever it's supposed to do here?
RFIFOSKIP(fd,2);
break;
/* case 0x2721: // gm reply. I don't want to support this function.
printf("0x2721:GM reply\n");
{