mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Misc: fixed a typo added in a32902d251 - use the correct opcode value
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user