Skip to content

Commit

Permalink
fix build for real
Browse files Browse the repository at this point in the history
  • Loading branch information
celguar committed Mar 2, 2025
1 parent 19cc111 commit 91135a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion playerbot/strategy/actions/MovementActions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2839,7 +2839,6 @@ WorldPosition JumpAction::CalculateJumpParameters(const WorldPosition& src, Unit
goodLanding = false;
// reduce landing height by collision height
float fz_mod = fz - CONTACT_DISTANCE - jumper->GetCollisionHeight();
jumper->GetMap()->GetHitPosition(fx, fy, fz, fx, fy, fz_mod, -0.5f);
#ifdef MANGOSBOT_TWO
jumper->GetMap()->GetHitPosition(fx, fy, fz, fx, fy, fz_mod, jumper->GetPhaseMask(), -0.5f);
#else
Expand Down

0 comments on commit 91135a4

Please sign in to comment.