diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-10-15 17:52:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-10-18 16:21:43 +0300 |
commit | e05956bcbefba4f846f90e7f5c9c05c4931b3a26 (patch) | |
tree | 8b917a476035db2b248c071baac87c521098a195 /src/net/eathena/packetsin.inc | |
parent | f77c15f0dc1f441ebda122bc39c8e67b7452b968 (diff) | |
download | mv-e05956bcbefba4f846f90e7f5c9c05c4931b3a26.tar.gz mv-e05956bcbefba4f846f90e7f5c9c05c4931b3a26.tar.bz2 mv-e05956bcbefba4f846f90e7f5c9c05c4931b3a26.tar.xz mv-e05956bcbefba4f846f90e7f5c9c05c4931b3a26.zip |
Add packet SMSG_PLAYER_STAT_UPDATE_7 0x0acb.
Diffstat (limited to 'src/net/eathena/packetsin.inc')
-rw-r--r-- | src/net/eathena/packetsin.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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); |