diff --git a/tools/rankserver/app.py b/tools/rankserver/app.py index 5fb433b..17d5f6d 100644 --- a/tools/rankserver/app.py +++ b/tools/rankserver/app.py @@ -118,7 +118,7 @@ def fullUpdateRank(): port = conf['port'], user = conf['user'], passwd = conf['passwd'], - db = 'gamedb2004_' + str(conf['instance_id']), + db = 'gamedb2004_6006_' + str(conf['instance_id']), charset = 'utf8' ) cursor = conn.cursor() @@ -179,7 +179,7 @@ def incrementUpdateRank(): port = conf['port'], user = conf['user'], passwd = conf['passwd'], - db = 'gamedb2004_' + str(conf['instance_id']), + db = 'gamedb2004_6006_' + str(conf['instance_id']), charset = 'utf8' ) cursor = conn.cursor()