From 881a0789997f64c6e3da0525ddca012de72b7201 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 19 Apr 2016 22:02:29 +0300 Subject: Add missing version for packet CMSG_SOLVE_CHAR_NAME. --- src/net/eathena/packetsout.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/eathena') 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 -- cgit v1.2.3-60-g2f50