Skip to content

Commit

Permalink
moar conflict fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
acidmanifesto committed Aug 13, 2023
1 parent fbbe7f4 commit e31a4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/game/Movement/MotionMaster.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ void MotionMaster::MoveFallPlayer(uint32 id/* = 0*/)
_owner->ToPlayer()->SetFallInformation(0, _owner->GetPositionZ());
}

std::function<void(Movement::MoveSplineInit&)> initializer = [=](Movement::MoveSplineInit& init)
std::function<void(Movement::MoveSplineInit&)> initializer = [=, this](Movement::MoveSplineInit& init)
{
init.MoveTo(_owner->GetPositionX(), _owner->GetPositionY(), tz + _owner->GetHoverOffset(), false);
init.SetFall();
Expand Down

0 comments on commit e31a4d0

Please sign in to comment.