Fix stats aggregation and simplify HUD_main.py.

This commit is contained in:
Ray
2009-04-08 16:43:40 -04:00
parent 460102c3f5
commit fdabe29ea2
2 changed files with 19 additions and 15 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ class Sql:
"""
self.query['get_table_name'] = """
select tableName, maxSeats, category
select tableName, maxSeats, category, type
from Hands,Gametypes
where Hands.id = %s
and Gametypes.id = Hands.gametypeId