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