diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-05-24 18:09:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-05-24 18:09:59 +0300 |
commit | 21ea310d2fa35a38efdd63e01685262dd77f8bad (patch) | |
tree | 60677f599cc41b4f7a469ab34011063bc36b729f | |
parent | e50b5bffe22a7171feeef6be1c17008fbe7a669b (diff) | |
download | plus-21ea310d2fa35a38efdd63e01685262dd77f8bad.tar.gz plus-21ea310d2fa35a38efdd63e01685262dd77f8bad.tar.bz2 plus-21ea310d2fa35a38efdd63e01685262dd77f8bad.tar.xz plus-21ea310d2fa35a38efdd63e01685262dd77f8bad.zip |
Add missing id into packet version 20101124.
-rw-r--r-- | src/net/eathena/packetsout.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |