diff --git a/resources/maps/Europe.json b/resources/maps/Europe.json index d1e60870b..2fdc5694f 100644 --- a/resources/maps/Europe.json +++ b/resources/maps/Europe.json @@ -13,7 +13,7 @@ "coordinates": [451, 785], "name": "England", "strength": 2, - "flag": "england" + "flag": "gb-eng" }, { "coordinates": [285, 1253], @@ -235,13 +235,13 @@ "coordinates": [278, 742], "name": "Wales", "strength": 2, - "flag": "wales" + "flag": "gb-wls" }, { "coordinates": [296, 601], "name": "Scotland", "strength": 1, - "flag": "scotland" + "flag": "gb-sct" }, { "coordinates": [2239, 3215], diff --git a/src/client/data/countries.json b/src/client/data/countries.json index 149570da0..6c5cb64f9 100644 --- a/src/client/data/countries.json +++ b/src/client/data/countries.json @@ -300,7 +300,7 @@ "name": "British Indian Ocean Territory" }, { - "code": "Brittany", + "code": "brittany", "continent": "Europe", "name": "Brittany" },