From 03ca792dbde622797390273fc7076702c5946f46 Mon Sep 17 00:00:00 2001 From: BeniS Date: Sun, 15 Jul 2012 23:58:51 +1200 Subject: [PATCH] * Missed in last commit. --- src/otclient/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()