Skip to content

Commit

Permalink
Merge pull request #2252 from Asheraf/pr4
Browse files Browse the repository at this point in the history
fix PACKET_ZC_PROPERTY_HOMUN size for old clients
  • Loading branch information
MishimaHaruna committed Oct 21, 2018
2 parents bfea70b + 48ecab8 commit f275d6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/map/packets_struct.h
Expand Up @@ -2274,8 +2274,13 @@ struct PACKET_ZC_PROPERTY_HOMUN {
uint16 mdef; uint16 mdef;
uint16 flee; uint16 flee;
uint16 amotion; uint16 amotion;
#if PACKETVER < 20150513
uint16 hp;
uint16 maxHp;
#else
uint32 hp; uint32 hp;
uint32 maxHp; uint32 maxHp;
#endif
uint16 sp; uint16 sp;
uint16 maxSp; uint16 maxSp;
uint32 exp; uint32 exp;
Expand Down

0 comments on commit f275d6a

Please sign in to comment.