diff options
-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 |