Skip to content

Commit

Permalink
🐛️[vehicles] fix iconname
Browse files Browse the repository at this point in the history
  • Loading branch information
Suchty112 committed Oct 23, 2024
1 parent 7e408f4 commit f57e981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/i18n/de_DE/vehicles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2650,7 +2650,7 @@ export default {
},
},
},
icon: 'boat',
icon: 'ship',
possibleBuildings: [26],
},
160: {
Expand All @@ -2662,7 +2662,7 @@ export default {
min: 1,
max: 2,
},
icon: 'boat',
icon: 'ship',
possibleBuildings: [26],
},
161: {
Expand Down

0 comments on commit f57e981

Please sign in to comment.