fine tune player stats
This commit is contained in:
parent
cdd94d512f
commit
96376e7421
|
@ -1064,6 +1064,7 @@ class FpdbSQLQueries:
|
||||||
<orderbyseats>
|
<orderbyseats>
|
||||||
,case <position> when 'B' then 'B'
|
,case <position> when 'B' then 'B'
|
||||||
when 'S' then 'S'
|
when 'S' then 'S'
|
||||||
|
when '0' then 'Y'
|
||||||
else 'Z'||<position>
|
else 'Z'||<position>
|
||||||
end
|
end
|
||||||
<orderbyhgameTypeId>
|
<orderbyhgameTypeId>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user