Skip to content

Commit

Permalink
Core/Opcodes: Defined a new opcode
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Mar 16, 2012
1 parent ef53bde commit a3d7cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Server/Protocol/Opcodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -1344,7 +1344,7 @@ enum Opcodes
CMSG_COMMENTATOR_SKIRMISH_QUEUE_COMMAND = 0x51B,
SMSG_COMMENTATOR_SKIRMISH_QUEUE_RESULT1 = 0x51C,
SMSG_COMMENTATOR_SKIRMISH_QUEUE_RESULT2 = 0x51D,
SMSG_COMPRESSED_UNKNOWN_1310 = 0x51E, // some compressed packet?
SMSG_MULTIPLE_MOVES = 0x51E, // uncompressed version of SMSG_COMPRESSED_MOVES
NUM_MSG_TYPES = 0x51F
};

Expand Down

0 comments on commit a3d7cab

Please sign in to comment.