Core/Misc: fixed a typo added in a32902d251 - use the correct opcode value

This commit is contained in:
Ovahlord
2024-05-28 18:49:10 +02:00
parent a32902d251
commit bf36865691

View File

@@ -41,7 +41,7 @@ constexpr std::size_t MAX_CMSG_OPCODE_NUMBER = 0x5036;
constexpr std::size_t NUM_CMSG_OPCODES = MAX_CMSG_OPCODE_NUMBER - MIN_CMSG_OPCODE_NUMBER + 1;
constexpr std::size_t MIN_SMSG_OPCODE_NUMBER = 0x256C;
constexpr std::size_t MAX_SMSG_OPCODE_NUMBER = 0x3051;
constexpr std::size_t MAX_SMSG_OPCODE_NUMBER = 0x3052;
constexpr std::size_t NUM_SMSG_OPCODES = MAX_SMSG_OPCODE_NUMBER - MIN_SMSG_OPCODE_NUMBER + 1;
constexpr uint16 UNKNOWN_OPCODE = 0xBADD; // special marker value for uninitialized WorldPackets