No reason not to include the Academy packet in there

This commit is contained in:
2021-03-20 02:22:49 +01:00
parent 0f687cc6b3
commit 8afe175bd1
2 changed files with 7 additions and 3 deletions

View File

@@ -531,6 +531,11 @@ std::map<uint32_t, PacketDesc> Packets::packets = {
PACKET(P_FE2CL_GM_REP_REWARD_RATE_SUCC),
PACKET(P_FE2CL_REP_PC_ITEM_ENCHANT_SUCC),
PACKET(P_FE2CL_REP_PC_ITEM_ENCHANT_FAIL),
#ifdef ACADEMY
// Academy-specific
PACKET(P_FE2CL_REP_NANO_BOOK_SUBSET),
#endif
};
std::string Packets::p2str(int val) {