From 96376e7421e8882861e2229a0aabc54c25dfd356 Mon Sep 17 00:00:00 2001 From: sqlcoder Date: Sat, 18 Jul 2009 20:39:01 +0100 Subject: [PATCH] fine tune player stats --- pyfpdb/FpdbSQLQueries.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyfpdb/FpdbSQLQueries.py b/pyfpdb/FpdbSQLQueries.py index 127644b3..13390b5f 100644 --- a/pyfpdb/FpdbSQLQueries.py +++ b/pyfpdb/FpdbSQLQueries.py @@ -1064,6 +1064,7 @@ class FpdbSQLQueries: ,case when 'B' then 'B' when 'S' then 'S' + when '0' then 'Y' else 'Z'|| end