diff options
author | emkael <emkael@tlen.pl> | 2019-02-02 20:40:09 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2019-02-02 20:40:09 +0100 |
commit | fe8821e05ab248cefabb5c0ae26bf0055fb27cb0 (patch) | |
tree | 965b3350eb8e6c86b2c0fa5305e0426c4f7c283f | |
parent | 58bf957faf12bdc85851f56868ebca9a5159db66 (diff) |
Fixing 2NE
-rw-r--r-- | 2ne.json | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -158,7 +158,7 @@ },
{
"id": 6,
- "table": 2,
+ "table": 1,
"teams": [
{"loser": [1]},
{"winner": [3, 4]}
@@ -167,7 +167,7 @@ },
{
"id": 7,
- "table": 3,
+ "table": 2,
"teams": [
{"loser": [2]},
{"winner": [3, 4]}
@@ -176,7 +176,7 @@ },
{
"id": 15,
- "table": 4,
+ "table": 3,
"teams": [
{"loser": [11]},
{"winner": [13, 14]}
@@ -186,7 +186,7 @@ },
{
"id": 16,
- "table": 5,
+ "table": 4,
"teams": [
{"loser": [12]},
{"winner": [13, 14]}
|