From 538c34ac4534390112837f631b1f9898f79c0796 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 23 Aug 2018 23:03:57 +0300 Subject: Add packet PACKET_ZC_INVENTORY_MOVE_FAILED. --- src/map/packets_struct.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/map/packets_struct.h') diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 346c11692..1f22d5081 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -2721,6 +2721,12 @@ struct PACKET_ZC_GUILD_POSITION { char position[]; } __attribute__((packed)); +struct PACKET_ZC_INVENTORY_MOVE_FAILED { + int16 packetType; + int16 index; + int16 unknown; +} __attribute__((packed)); + #if !defined(sun) && (!defined(__NETBSD__) || __NetBSD_Version__ >= 600000000) // NetBSD 5 and Solaris don't like pragma pack but accept the packed attribute #pragma pack(pop) #endif // not NetBSD < 6 / Solaris -- cgit v1.2.3-60-g2f50