mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 10:56:38 +01:00
Core/NetworkIO: corrected opcode values for SMSG_ATTACKSWING_NOTINRANGE and SMSG_ATTACKSWING_BADFACING
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user