1
This commit is contained in:
parent
acdd6b8ea4
commit
5fb5e5372e
@ -136,6 +136,7 @@ class PassController{
|
|||||||
$rank_score = $row['integral'] - $seaPoint['min'];
|
$rank_score = $row['integral'] - $seaPoint['min'];
|
||||||
if ($seaPoint['max'] == -1) {
|
if ($seaPoint['max'] == -1) {
|
||||||
$max_rank_score = $seaPoint['min'];
|
$max_rank_score = $seaPoint['min'];
|
||||||
|
$rank_score = $row['integral'];
|
||||||
} else if ($seaPoint['min'] == 0) {
|
} else if ($seaPoint['min'] == 0) {
|
||||||
$max_rank_score = $seaPoint['max'] + 1;
|
$max_rank_score = $seaPoint['max'] + 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user