summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-08-23 23:03:57 +0300
committerAndrei Karas <akaras@inbox.ru>2018-08-23 23:03:57 +0300
commit538c34ac4534390112837f631b1f9898f79c0796 (patch)
tree76f130db7db341f9662deec249eabfdc08a9621f /src/map/packets_struct.h
parent27c7f333121f99ec13acf669db21fecd53b315ec (diff)
downloadhercules-538c34ac4534390112837f631b1f9898f79c0796.tar.gz
hercules-538c34ac4534390112837f631b1f9898f79c0796.tar.bz2
hercules-538c34ac4534390112837f631b1f9898f79c0796.tar.xz
hercules-538c34ac4534390112837f631b1f9898f79c0796.zip
Add packet PACKET_ZC_INVENTORY_MOVE_FAILED.
Diffstat (limited to 'src/map/packets_struct.h')
-rw-r--r--src/map/packets_struct.h6
1 files changed, 6 insertions, 0 deletions
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