make Filters work inspite of new tt.limitType
This commit is contained in:
parent
78d7d1b941
commit
8d5e339973
|
@ -1985,7 +1985,7 @@ class Sql:
|
|||
from Gametypes
|
||||
ORDER by type, limitType DESC, bigBlind DESC"""
|
||||
self.query['getLimits3'] = """select DISTINCT type
|
||||
, limitType
|
||||
, gt.limitType
|
||||
, case type
|
||||
when 'ring' then bigBlind
|
||||
else buyin
|
||||
|
|
Loading…
Reference in New Issue
Block a user