diff --git a/src/otclient/game.cpp b/src/otclient/game.cpp index cb55f016..76595d7d 100644 --- a/src/otclient/game.cpp +++ b/src/otclient/game.cpp @@ -1054,7 +1054,7 @@ void Game::mount(bool mount) { if(!canPerformGameAction()) return; - m_protocolGame->sendMounted(mount); + m_protocolGame->sendMountStatus(mount); } bool Game::checkBotProtection()