diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 12:29:56 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 12:29:56 +0100 |
commit | 20cf9f2d32910264e61c7650d5ba636f633c7754 (patch) | |
tree | afb2c5ab3cb6e6b85d3c5bb6c440888b7d3350e5 | |
parent | 9ba247e265638983658d2d6d538679b89f6a4d3c (diff) |
fix NW
-rw-r--r-- | 2nw.json | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -33,7 +33,7 @@ "matches": [
{
"id": 1,
- "database": "2nwpo1",
+ "database": "2nwpo1_",
"round": 1,
"table": 1,
"teams": [
@@ -45,7 +45,7 @@ "id": 2,
"database": "2nwpo1",
"round": 1,
- "table": 3,
+ "table": 2,
"teams": [
{"place": [7]},
{"place": [9]}
@@ -56,7 +56,7 @@ "id": 3,
"database": "2nwpo1",
"round": 1,
- "table": 2,
+ "table": 1,
"teams": [
{"place": [8]},
{"place": [10]}
@@ -67,7 +67,7 @@ "id": 4,
"database": "2nwpo1",
"round": 1,
- "table": 4,
+ "table": 3,
"teams": [
{"place": [11]},
{"place": [14]}
@@ -77,7 +77,7 @@ "id": 5,
"database": "2nwpo1",
"round": 1,
- "table": 5,
+ "table": 4,
"teams": [
{"place": [12]},
{"place": [13]}
|