From 1568e5802934a02f9e6f8379382b10b237b1d41d Mon Sep 17 00:00:00 2001 From: Frank Zago Date: Sat, 3 Sep 2011 16:14:31 +0000 Subject: [PATCH] Fixed malformed json file. --- config/dwellings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/dwellings.json b/config/dwellings.json index 7f04f2f2a..192b868e2 100644 --- a/config/dwellings.json +++ b/config/dwellings.json @@ -71,7 +71,7 @@ { "dwelling": 65, "creature": 135 }, { "dwelling": 66, "creature": 136 }, { "dwelling": 67, "creature": 137 }, - { "dwelling": 68, "creature": 24 } + { "dwelling": 68, "creature": 24 }, { "dwelling": 69, "creature": 112 }, { "dwelling": 70, "creature": 113 }, { "dwelling": 71, "creature": 114 }, @@ -103,6 +103,6 @@ { "dwelling": 97, "creature": 193 }, { "dwelling": 98, "creature": 194 }, { "dwelling": 99, "creature": 195 }, - { "dwelling": 100, "creature": 196 }, + { "dwelling": 100, "creature": 196 } ] }