From e05956bcbefba4f846f90e7f5c9c05c4931b3a26 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 15 Oct 2017 17:52:54 +0300 Subject: Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb. --- src/net/eathena/packetsin.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/net/eathena/packetsin.inc') diff --git a/src/net/eathena/packetsin.inc b/src/net/eathena/packetsin.inc index af497c07c..69a09b082 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -966,6 +966,9 @@ if (packetVersion >= 20170502) packet(SMSG_PARTY_MEMBER_JOB_LEVEL, 0x0abd, 10, &PartyRecv::processPartyMemberJobLevel, 20170502); } +// 20170830 +packet(SMSG_PLAYER_STAT_UPDATE_7, 0x0acb, 12, &PlayerRecv::processPlayerStatUpdate7, 20170830); + // 0 // evol always packets packet(SMSG_SERVER_VERSION_RESPONSE, 0x7531, -1, &LoginRecv::processServerVersion, 0); -- cgit v1.2.3-70-g09d2