Fixed CZ_REQ_ITEMREPAIR

Thanks to @LunarSHINING
This commit is contained in:
Lemongrass3110
2021-01-20 21:37:24 +01:00
parent f58a680a69
commit 136034ea20
2 changed files with 11 additions and 1 deletions

View File

@@ -2489,8 +2489,14 @@ struct PACKET_CZ_REQ_ITEMREPAIR {
#else
uint16 itemId;
#endif
#if !( PACKETVER_MAIN_NUM >= 20200916 || PACKETVER_RE_NUM >= 20200724 )
uint8 refine;
#endif
struct EQUIPSLOTINFO slot;
#if PACKETVER_MAIN_NUM >= 20200916 || PACKETVER_RE_NUM >= 20200724
uint8 refine;
uint8 enchantgrade;
#endif
} __attribute__((packed));
struct PACKET_CZ_REQ_MAKINGITEM {