mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-27 23:00:05 +00:00
No reason not to include the Academy packet in there
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user