Skip to content

Commit

Permalink
Mounts: Update flight speed on unmount also
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Jan 3, 2025
1 parent 86e6932 commit b336ecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/Entities/Player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2064,6 +2064,7 @@ bool Player::ResolvePendingUnmount()
ResummonPetTemporaryUnSummonedIfAny();

UpdateSpeed(MOVE_RUN, true); // update speed
UpdateSpeed(MOVE_FLIGHT, true);

return true;
}
Expand Down

0 comments on commit b336ecf

Please sign in to comment.