Core/NetworkIO: corrected opcode values for SMSG_ATTACKSWING_NOTINRANGE and SMSG_ATTACKSWING_BADFACING

This commit is contained in:
Artamedes
2020-01-08 00:39:33 +01:00
committed by Ovahlord
parent f5dd7cdb67
commit 2654db99f9

View File

@@ -608,10 +608,10 @@ enum OpcodeServer
SMSG_ATTACKERSTATEUPDATE = 0x0B25,
SMSG_ATTACKSTART = 0x2D15,
SMSG_ATTACKSTOP = 0x0934,
SMSG_ATTACKSWING_BADFACING = 0x0B36,
SMSG_ATTACKSWING_BADFACING = 0x6C07,
SMSG_ATTACKSWING_CANT_ATTACK = 0x0016,
SMSG_ATTACKSWING_DEADTARGET = 0x2B26,
SMSG_ATTACKSWING_NOTINRANGE = 0x6C07,
SMSG_ATTACKSWING_NOTINRANGE = 0x0B36,
SMSG_AUCTION_BIDDER_LIST_RESULT = 0x0027,
SMSG_AUCTION_BIDDER_NOTIFICATION = 0x4E27,
SMSG_AUCTION_COMMAND_RESULT = 0x4C25,