diff --git a/src/otclient/protocolgameparse.cpp b/src/otclient/protocolgameparse.cpp index d0686126..b9beb8e4 100644 --- a/src/otclient/protocolgameparse.cpp +++ b/src/otclient/protocolgameparse.cpp @@ -337,10 +337,8 @@ void ProtocolGame::parseGMActions(const InputMessagePtr& msg) int numViolationReasons; - if(g_game.getClientVersion() >= 860) + if(g_game.getClientVersion() >= 854) numViolationReasons = 20; - else if(g_game.getClientVersion() >= 854) - numViolationReasons = 19; else numViolationReasons = 32;