Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Commit

Permalink
Fix #204, Fix #205
Browse files Browse the repository at this point in the history
- Kyy Queries
- Stafli Joli
  • Loading branch information
Andy C committed Aug 8, 2015
1 parent 03239d3 commit 87cefdb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/src/display/render/worldmapdata.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3290,7 +3290,8 @@ final Map<String, Map<String, dynamic>> streetMetadata = {
"vendor": "Gardening Goods",
"shrine": "Alph",
"tsid": "GIF8I91P8J02A85",
"hub_id": 75
"hub_id": 75,
"broken": true
},
"La Kama": {
"vendor": "Hardware",
Expand Down Expand Up @@ -5688,7 +5689,8 @@ final Map<String, Map<String, dynamic>> streetMetadata = {
"vendor": "Produce",
"shrine": "Grendaline",
"tsid": "GHV894HP4MA3ME7",
"hub_id": 137
"hub_id": 137,
"broken": true
},
"Stake Claim Rd A": {
"tsid": "GA512CSG4H42RKG",
Expand Down

0 comments on commit 87cefdb

Please sign in to comment.