Skip to content

Commit

Permalink
Add missing return for 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb authored Jun 6, 2024
1 parent c4b1035 commit 7ca6168
Showing 1 changed file with 1 addition and 0 deletions.
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 7ca6168

Please sign in to comment.