summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-07-22 03:30:37 +0300
committerAndrei Karas <akaras@inbox.ru>2018-07-28 04:43:36 +0300
commit5ced38c58adb0236bf741ef0ec08a6cdc542d3b6 (patch)
tree6c56db4709dfc2969b36efcf70ca89ff4cfd0b74 /src/map/packets_struct.h
parentb830a1528eb4a77cbd62fb9d8d4d855f9ae23261 (diff)
downloadhercules-5ced38c58adb0236bf741ef0ec08a6cdc542d3b6.tar.gz
hercules-5ced38c58adb0236bf741ef0ec08a6cdc542d3b6.tar.bz2
hercules-5ced38c58adb0236bf741ef0ec08a6cdc542d3b6.tar.xz
hercules-5ced38c58adb0236bf741ef0ec08a6cdc542d3b6.zip
Add packet ZC_GROUP_ISALIVE.
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 08f8d7881..b95c5ad91 100644
--- a/src/map/packets_struct.h
+++ b/src/map/packets_struct.h
@@ -2680,6 +2680,12 @@ struct PACKET_ZC_WARPLIST {
#endif
} __attribute__((packed));
+struct PACKET_ZC_GROUP_ISALIVE {
+ int16 packetType;
+ uint32 AID;
+ uint8 isDead;
+} __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