diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index ebea98e..e6e5008 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -430,7 +430,7 @@ class RoleController{ ':accountid' => $account_id )); if ($rowCount != 0) { - $rows = $conn->execQuery('SELECT * FROM history_record WHERE accountid=:account_id;', + $rows = $conn->execQuery('SELECT * FROM history_record WHERE accountid=:account_id order by game_time desc limit 0,10;', array( ':account_id' => $account_id ));