Resolved issue where rank was artificially high if points were below 1000.

This commit is contained in:
pricetx 2015-07-17 20:44:04 +00:00
parent 4959b0f8a6
commit 8287a55582
1 changed files with 0 additions and 1 deletions

View File

@ -1061,7 +1061,6 @@ sub getRank
WHERE
game=?
AND hideranking = 0
AND kills >= 1
AND (
(skill > ?) OR (
(skill = ?) AND ((kills/IF(deaths=0,1,deaths)) > ?)