From 21ea310d2fa35a38efdd63e01685262dd77f8bad Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 24 May 2016 18:09:59 +0300 Subject: Add missing id into packet version 20101124. --- src/net/eathena/packetsout.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index 154d54b97..603a62f22 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -549,6 +549,7 @@ if (packetVersion >= 20101124) packet(CMSG_SKILL_USE_POSITION, 0x0366, 10, clif->pUseSkillToPos); packet(CMSG_SOLVE_CHAR_NAME, 0x0369, 6, clif->pSolveCharName); packet(CMSG_MOVE_FROM_STORAGE, 0x0365, 8, clif->pMoveFromKafra); + packet(CMSG_MAP_SERVER_CONNECT, 0x0436, 19, clif->pWantToConnection); } // 20111005 -- cgit v1.2.3-60-g2f50