Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/development' into repacker
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 7, 2024
2 parents 8f81901 + 7ca6168 commit b8fefa4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/game/Anticheat/WardenAnticheat/WardenWin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ static constexpr struct ClientOffsets
// Click to move
uint32 ClickToMovePosition;
} Offsets[] = {
{
5464,
0x2FAE20,
0x23F410, 0x240460, 0x2400D0, 0x24B560,
0x2BDF0,
0xC6F4CC,
0xCE4BD0,
0xC02F48, 0x38A8, 0x0, 0xA8,
0xCDCB8C, 0x228, 0x08,
0xC41B44
},
{
5875,
0x303BF0,
Expand Down
1 change: 1 addition & 0 deletions src/game/Movement/MovementPacketSender.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ void MovementPacketSender::SendMovementFlagChangeToAll(Unit* unit, MovementFlags
data << unit->GetPackGUID();
data << unit->m_movementInfo;
unit->SendMovementMessageToSet(std::move(data), true);
return;
}
else
opcode = SMSG_SPLINE_MOVE_UNROOT;
Expand Down

0 comments on commit b8fefa4

Please sign in to comment.