diff --git a/pyfpdb/Database.py b/pyfpdb/Database.py index cd18147f..354536eb 100644 --- a/pyfpdb/Database.py +++ b/pyfpdb/Database.py @@ -1886,7 +1886,8 @@ class Database: elif game['category'] in ['razz','27_3draw','badugi']: hilo = "l" tmp = self.insertGameTypes( (siteid, game['currency'], game['type'], game['base'], game['category'], game['limitType'], hilo, - int(Decimal(game['sb'])*100), int(Decimal(game['bb'])*100), 0, 0) ) + int(Decimal(game['sb'])*100), int(Decimal(game['bb'])*100), + int(Decimal(game['bb'])*100), int(Decimal(game['bb'])*200)) ) #FIXME: recognise currency return tmp[0]