diff options
author | Andrei Karas <akaras@inbox.ru> | 2019-06-13 20:36:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2019-06-26 06:47:09 +0300 |
commit | 14214f52cbc64f38853ad2e7c48538eabf6e070e (patch) | |
tree | 2e2d23865a219f8362028760ea388e3c599ea824 /src/map/packets_struct.h | |
parent | febde8ebc5d4199ac66ab8aaa6ee42f497b37d87 (diff) | |
download | hercules-14214f52cbc64f38853ad2e7c48538eabf6e070e.tar.gz hercules-14214f52cbc64f38853ad2e7c48538eabf6e070e.tar.bz2 hercules-14214f52cbc64f38853ad2e7c48538eabf6e070e.tar.xz hercules-14214f52cbc64f38853ad2e7c48538eabf6e070e.zip |
Update packet ZC_MAKINGARROW_LIST in all functions
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r-- | src/map/packets_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 1e4a17f62..9022dd66d 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -2679,6 +2679,7 @@ struct PACKET_ZC_MAKINGARROW_LIST { int16 packetLength; struct PACKET_ZC_MAKINGARROW_LIST_sub items[]; } __attribute__((packed)); +DEFINE_PACKET_HEADER(ZC_MAKINGARROW_LIST, 0x01ad); struct PACKET_ZC_REPAIRITEMLIST_sub { int16 index; |