diff options
-rw-r--r-- | src/map/packets_struct.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/packets_struct.h b/src/map/packets_struct.h index 29a3355f7..9248d96c8 100644 --- a/src/map/packets_struct.h +++ b/src/map/packets_struct.h @@ -2274,8 +2274,13 @@ struct PACKET_ZC_PROPERTY_HOMUN { uint16 mdef; uint16 flee; uint16 amotion; +#if PACKETVER < 20150513 + uint16 hp; + uint16 maxHp; +#else uint32 hp; uint32 maxHp; +#endif uint16 sp; uint16 maxSp; uint32 exp; |