diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-04-19 22:02:29 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-04-19 22:02:29 +0300 |
commit | 881a0789997f64c6e3da0525ddca012de72b7201 (patch) | |
tree | a7e651492bbfceba10e23decd72d1cca4ed439cf | |
parent | 42e01b4fc94eb7a084a851448c1356997d2d4755 (diff) | |
download | plus-881a0789997f64c6e3da0525ddca012de72b7201.tar.gz plus-881a0789997f64c6e3da0525ddca012de72b7201.tar.bz2 plus-881a0789997f64c6e3da0525ddca012de72b7201.tar.xz plus-881a0789997f64c6e3da0525ddca012de72b7201.zip |
Add missing version for packet CMSG_SOLVE_CHAR_NAME.
-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 28799586e..ceae04c94 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -487,6 +487,7 @@ if (packetVersion >= 20131230) packet(CMSG_PARTY_INVITE2, 0x08a9, 26, clif->pPartyInvite2); packet(CMSG_FRIENDS_ADD_PLAYER, 0x0943, 26, clif->pFriendsListAdd); packet(CMSG_SKILL_USE_POSITION_MORE, 0x096a, 90, clif->pUseSkillToPosMoreInfo); + packet(CMSG_SOLVE_CHAR_NAME, 0x0898, 6, clif->pSolveCharName); } // 20140115 |