From 3f5414baed89f0ca2d06a9f91d8f9993bb125a78 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 25 Sep 2018 23:05:23 +0300 Subject: Add packet CMSG_PLAYER_SET_TITLE 0x0a2e. --- src/net/eathena/packetsout.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/net/eathena/packetsout.inc') diff --git a/src/net/eathena/packetsout.inc b/src/net/eathena/packetsout.inc index f2b54ddfd..9ece15a51 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -337,6 +337,7 @@ packet(CMSG_MAP_BLOCK_PLAY_CANCEL, 0x0000, 0, nullptr); packet(CMSG_PRIVATE_AIRSHIP_REQUEST, 0x0000, 0, nullptr); packet(CMSG_PLAYER_SELECT_STYLE, 0x0000, 0, nullptr); packet(CMSG_PET_EVOLUTION, 0x0000, 0, nullptr); +packet(CMSG_PLAYER_SET_TITLE, 0x0000, 0, nullptr); #else // 20040713 if (packetVersion >= 20040713) @@ -1324,6 +1325,12 @@ if (packetVersion >= 20140618) packet(CMSG_ROULETTE_RECV_ITEM, 0x0a21, 3, clif->pRouletteRecvItem); } +// 20140903 +if (packetVersion >= 20140903) +{ + packet(CMSG_PLAYER_SET_TITLE, 0x0a2e, 6, clif->pChangeTitle); +} + // 20141119 if (packetVersion >= 20141119) { -- cgit v1.2.3-70-g09d2