From 1afbc62ee3ee9d8e9a16890a45db5ba41b0d587d Mon Sep 17 00:00:00 2001 From: Joffrey BION Date: Thu, 26 Apr 2018 01:35:03 +0200 Subject: Fix WONDER_LEVEL -> BUILT_WONDER_STAGES element type --- .../src/main/resources/org/luxons/sevenwonders/game/data/cards.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'game-engine') diff --git a/game-engine/src/main/resources/org/luxons/sevenwonders/game/data/cards.json b/game-engine/src/main/resources/org/luxons/sevenwonders/game/data/cards.json index 83777d9e..c32e47dc 100644 --- a/game-engine/src/main/resources/org/luxons/sevenwonders/game/data/cards.json +++ b/game-engine/src/main/resources/org/luxons/sevenwonders/game/data/cards.json @@ -1087,7 +1087,7 @@ ], "gold": 3, "points": 1, - "type": "WONDER_LEVEL" + "type": "BUILT_WONDER_STAGES" } }, "requirements": { @@ -1502,7 +1502,7 @@ ], "gold": 0, "points": 1, - "type": "WONDER_LEVEL" + "type": "BUILT_WONDER_STAGES" } }, "requirements": { @@ -1716,4 +1716,4 @@ "image": "workersguild.png" } ] -} \ No newline at end of file +} -- cgit