mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix movement/warden packet noise and party kill opcode mapping
This commit is contained in:
parent
e3bb2d6744
commit
c6256b1631
9 changed files with 54 additions and 17 deletions
|
|
@ -65,7 +65,6 @@ enum class LogicalOpcode : uint16_t {
|
|||
// ---- Entity/Object updates ----
|
||||
SMSG_UPDATE_OBJECT,
|
||||
SMSG_COMPRESSED_UPDATE_OBJECT,
|
||||
SMSG_UNKNOWN_1F5,
|
||||
SMSG_MONSTER_MOVE_TRANSPORT,
|
||||
SMSG_SPLINE_MOVE_SET_WALK_MODE,
|
||||
SMSG_SPLINE_MOVE_SET_RUN_MODE,
|
||||
|
|
@ -226,6 +225,7 @@ enum class LogicalOpcode : uint16_t {
|
|||
CMSG_GROUP_DISBAND,
|
||||
SMSG_GROUP_LIST,
|
||||
SMSG_PARTY_COMMAND_RESULT,
|
||||
SMSG_PARTYKILLLOG,
|
||||
MSG_RAID_TARGET_UPDATE,
|
||||
CMSG_REQUEST_RAID_INFO,
|
||||
SMSG_RAID_INSTANCE_INFO,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue