From 498a64b7463a560d68dc9b99993db22c0e5c4d08 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 12 Jan 2019 12:41:33 +0100 Subject: Opponent choices in 2NE/NW/SE/SW --- 2ne.json | 4 ++-- 2nw.json | 4 ++-- 2se.json | 8 ++++---- 2sw.json | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/2ne.json b/2ne.json index c58cf13..bad4c37 100644 --- a/2ne.json +++ b/2ne.json @@ -74,7 +74,7 @@ "table": 4, "teams": [ {"place": [6]}, - {"place": [7, 8]} + {"place": [7]} ], "loser": [7, 8] }, @@ -83,7 +83,7 @@ "table": 3, "teams": [ {"place": [5]}, - {"place": [7, 8]} + {"place": [8]} ], "loser": [7, 8] }, diff --git a/2nw.json b/2nw.json index d5b6815..474c7d7 100644 --- a/2nw.json +++ b/2nw.json @@ -92,7 +92,7 @@ "table": 5, "teams": [ {"place": [9]}, - {"place": [11, 12]} + {"place": [11]} ], "winner": [9, 10] }, @@ -101,7 +101,7 @@ "table": 6, "teams": [ {"place": [10]}, - {"place": [11, 12]} + {"place": [12]} ], "winner": [9, 10] }, diff --git a/2se.json b/2se.json index 49be0df..fc0e7d4 100644 --- a/2se.json +++ b/2se.json @@ -74,7 +74,7 @@ "table": 4, "teams": [ {"place": [6]}, - {"place": [7, 8]} + {"place": [7]} ], "loser": [7, 8] }, @@ -83,7 +83,7 @@ "table": 3, "teams": [ {"place": [5]}, - {"place": [7, 8]} + {"place": [8]} ], "loser": [7, 8] }, @@ -110,7 +110,7 @@ "table": 8, "teams": [ {"place": [14]}, - {"place": [15, 16]} + {"place": [15]} ], "loser": [15, 16] }, @@ -119,7 +119,7 @@ "table": 7, "teams": [ {"place": [13]}, - {"place": [15, 16]} + {"place": [16]} ], "loser": [15, 16] } diff --git a/2sw.json b/2sw.json index c524589..80ec037 100644 --- a/2sw.json +++ b/2sw.json @@ -58,7 +58,7 @@ "table": 1, "teams": [ {"place": [1]}, - {"place": [3, 4]} + {"place": [4]} ] }, { @@ -66,7 +66,7 @@ "table": 2, "teams": [ {"place": [2]}, - {"place": [3, 4]} + {"place": [3]} ] }, { -- cgit v1.2.3