diff --git a/system/pages/highscores.php b/system/pages/highscores.php index a1e2567fc..b52e7316d 100644 --- a/system/pages/highscores.php +++ b/system/pages/highscores.php @@ -175,7 +175,7 @@ $query ->join('player_skills', 'player_skills.player_id', '=', 'players.id') ->where('skillid', $skill) - ->addSelect('player_skills.skillid as value'); + ->addSelect('player_skills.value as value'); } } else if ($skill == SKILL_FRAGS) // frags {