Database: Mark 27 Single draw as a lowball game

This commit is contained in:
Worros 2010-09-24 13:47:24 +08:00
parent 121e12023f
commit 1ae01f1502

View File

@ -1941,7 +1941,7 @@ class Database:
hilo = "h"
if game['category'] in ['studhilo', 'omahahilo']:
hilo = "s"
elif game['category'] in ['razz','27_3draw','badugi']:
elif game['category'] in ['razz','27_3draw','badugi', '27_1draw']:
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),