summaryrefslogtreecommitdiff
path: root/src/net/eathena/packetsin.inc
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-01-17 20:09:14 +0300
committerAndrei Karas <akaras@inbox.ru>2018-01-17 20:09:14 +0300
commit1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd (patch)
tree67aa4966f7ba5980608429d172bf806bc1c00277 /src/net/eathena/packetsin.inc
parent7c6d3721e2a0cbf31213c344ac48765d34ad39a5 (diff)
downloadManaVerse-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.tar.gz
ManaVerse-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.tar.bz2
ManaVerse-1bf9b4e88e6e398d0f7e8b88ea78757e88aecfcd.tar.xz
ManaVerse-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.inc3
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);