diff options
Diffstat (limited to 'src/net/eathena/packetsout.inc')
-rw-r--r-- | src/net/eathena/packetsout.inc | 7 |
1 files changed, 7 insertions, 0 deletions
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) { |