From c9433013925e52857a85a30a29e1265081091e14 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 19 Apr 2016 23:50:53 +0300 Subject: Add packet CMSG_PLAYER_LESS_EFFECTS 0x021d. --- 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 032f9f3ab..889179353 100644 --- a/src/net/eathena/packetsout.inc +++ b/src/net/eathena/packetsout.inc @@ -288,6 +288,7 @@ packet(CMSG_SEARCHSTORE_NEXT_PAGE, 0x0000, 0, nullptr); packet(CMSG_QUICK_IDENTIFY_ITEM, 0x0000, 0, nullptr); packet(CMSG_PARTY_INVITE2, 0x0000, 0, nullptr); packet(CMSG_SKILL_FEEL_SAVE_OK, 0x0000, 0, nullptr); +packet(CMSG_PLAYER_LESS_EFFECTS, 0x0000, 0, nullptr); #else // 20040726 if (packetVersion >= 20040726) @@ -308,6 +309,12 @@ if (packetVersion >= 20041108) packet(CMSG_BLACKSMITH_RANKS, 0x0217, 2, clif->pBlacksmith); } +// 20041115 +if (packetVersion >= 20041115) +{ + packet(CMSG_PLAYER_LESS_EFFECTS, 0x021d, 6, clif->pLessEffect); +} + // 20041129 if (packetVersion >= 20041129) { -- cgit v1.2.3-70-g09d2