diff options
author | Andrei Karas <akaras@inbox.ru> | 2018-01-17 20:09:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2018-01-17 20:09:14 +0300 |
commit | 1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd (patch) | |
tree | 67aa4966f7ba5980608429d172bf806bc1c00277 /src/net/eathena/packetsin.inc | |
parent | 7c6d3721e2a0cbf31213c344ac48765d34ad39a5 (diff) | |
download | plus-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.tar.gz plus-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.tar.bz2 plus-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.tar.xz plus-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.zip |
Add packet SMSG_SHOW_PROGRESS_BAR_FREE 0x09d1.
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 e9a11cd56..e3304821f 100644 --- a/src/net/eathena/packetsin.inc +++ b/src/net/eathena/packetsin.inc @@ -745,6 +745,9 @@ if (packetVersion >= 20120925) packet(SMSG_PLAYER_UNEQUIP, 0x099a, 9, &InventoryRecv::processPlayerUnEquip, 20120925); } +// 20130821 +packet(SMSG_SHOW_PROGRESS_BAR_FREE, 0x09d1, 14, &NpcRecv::processShowProgressBarFree, 20130821); + // 20121010 packet(SMSG_MAP_TYPE_PROPERTY2, 0x099b, 8, &BeingRecv::processMapTypeProperty, 20121010); |