Filters: fix SQL query to only return ring game blind levels

This commit is contained in:
Worros 2010-08-05 17:18:43 +08:00
parent 0c9e3e4973
commit 333c0bb716

View File

@ -2029,6 +2029,7 @@ class Sql:
, limitType
, bigBlind as bb_or_buyin
from Gametypes gt
WHERE type = 'ring'
order by type, limitType DESC, bb_or_buyin DESC"""
if db_server == 'mysql':