diff options
author | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2019-01-29 23:21:29 +0100 |
---|---|---|
committer | Michal Zimniewicz <mzimniew@man.poznan.pl> | 2019-01-29 23:21:29 +0100 |
commit | e3abffbb30c126a3d14a1bc9adf35c658df7160e (patch) | |
tree | 617dbaf85fa5afab508edbfc2a17048dd606c030 | |
parent | a2d298f7de01b6dbc602b822affcf0b548c67252 (diff) |
fix 2ne.json
-rw-r--r-- | 2ne.json | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -76,7 +76,7 @@ },
{
"id": 4,
- "table": 4,
+ "table": 1,
"teams": [
{"place": [6]},
{"place": [7]}
@@ -97,7 +97,7 @@ },
{
"id": 11,
- "table": 5,
+ "table": 4,
"teams": [
{"place": [9]},
{"place": [11]}
@@ -108,7 +108,7 @@ },
{
"id": 12,
- "table": 6,
+ "table": 5,
"teams": [
{"place": [10]},
{"place": [12]}
@@ -119,7 +119,7 @@ },
{
"id": 14,
- "table": 8,
+ "table": 7,
"teams": [
{"place": [14]},
{"place": [16]}
@@ -130,7 +130,7 @@ },
{
"id": 13,
- "table": 7,
+ "table": 6,
"teams": [
{"place": [13]},
{"place": [15]}
|