fine tune player stats

This commit is contained in:
sqlcoder 2009-07-18 20:39:01 +01:00
parent cdd94d512f
commit 96376e7421

View File

@ -1064,6 +1064,7 @@ class FpdbSQLQueries:
<orderbyseats>
,case <position> when 'B' then 'B'
when 'S' then 'S'
when '0' then 'Y'
else 'Z'||<position>
end
<orderbyhgameTypeId>