|
From: Erik V. <ev...@us...> - 2011-10-25 14:06:34
|
data/18GA/Map.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 147edb8de4cad85a7308a1bad4e9248815c29427
Author: Erik Vos <eri...@xs...>
Date: Tue Oct 25 16:05:55 2011 +0200
Fixed 18GA: missing cost of hex J10
Bug #3326993.
diff --git a/data/18GA/Map.xml b/data/18GA/Map.xml
index 1fc279d..fb4927c 100644
--- a/data/18GA/Map.xml
+++ b/data/18GA/Map.xml
@@ -131,7 +131,7 @@
</Hex>
<Hex name="J6" tile="0"/>
<Hex name="J8" tile="0"/>
- <Hex name="J10" tile="0">
+ <Hex name="J10" tile="0" cost="40">
</Hex>
<Hex name="J12" tile="-912" orientation="3" value="30,60" city="Jacksonville"/>
</Map>
\ No newline at end of file
|