diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 21:25:13 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2018-01-27 21:25:13 +0100 |
commit | cdb42b7e36dc0b65a489fdf81c6dfb547d186564 (patch) | |
tree | 1ed5c7a03205ea3bb9dfc5a56bf31fe930142eb1 | |
parent | c3cd00e8e564afa5d82542c51caf9f77d5aea4be (diff) |
fix tables in NW
-rw-r--r-- | 2nw.json | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -107,7 +107,7 @@ "id": 7,
"database": "2nwpo2",
"round": 1,
- "table": 2,
+ "table": 1,
"teams": [
{"place": [4]},
{"place": [5]}
@@ -118,7 +118,7 @@ "id": 8,
"database": "2nwpo2",
"round": 1,
- "table": 3,
+ "table": 2,
"teams": [
{"loser": [2]},
{"winner": [4, 5]}
@@ -129,7 +129,7 @@ "id": 9,
"database": "2nwpo2",
"round": 1,
- "table": 4,
+ "table": 3,
"teams": [
{"loser": [3]},
{"winner": [4, 5]}
@@ -140,7 +140,7 @@ "id": 10,
"database": "2nwpo2",
"round": 1,
- "table": 5,
+ "table": 4,
"teams": [
{"place": [15]},
{"loser": [4, 5]}
@@ -151,7 +151,7 @@ "id": 11,
"database": "2nwpo2",
"round": 1,
- "table": 6,
+ "table": 5,
"teams": [
{"place": [16]},
{"loser": [4, 5]}
|