Skip to content

Commit

Permalink
Fixed bug. Missing edge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsubakura committed Nov 30, 2020
1 parent e9bd1bd commit 0b3df97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dusk/DropList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export default {
configData: require('./../../data/config.json'),
shipData: require('./../../data/ship.json'),
edgesData: require('./../../data/edges.json'),
mapNamesData: require('./../../data/mapNames'),
mapNamesData: require('./../../data/mapNames.json'),
map: undefined,
list: 'normal',
output: "Select a map"
Expand Down
2 changes: 2 additions & 0 deletions src/data/edges.json
Original file line number Diff line number Diff line change
Expand Up @@ -9294,6 +9294,7 @@
"20": ["F", "G"],
"21": ["G", "H"],
"22": ["I", "J"],
"23": ["N", "Q"],
"24": ["D", "R"],
"25": ["G", "S"],
"26": ["S", "T"],
Expand All @@ -9308,6 +9309,7 @@
"35": ["R", "G"],
"36": ["T", "J"],
"37": ["T", "K"],
"38": ["2", "2"],
"39": ["K", "Y"],
"40": ["K", "Z"],
"41": ["T", "Z"]
Expand Down

0 comments on commit 0b3df97

Please sign in to comment.