Resolved issue where rank was artificially high if points were below 1000.
This commit is contained in:
		
							parent
							
								
									4959b0f8a6
								
							
						
					
					
						commit
						8287a55582
					
				@ -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)) > ?)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user