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 bc9b857 commit 50fa050
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 @@ -2652,7 +2652,7 @@ export default {
},
},
},
icon: 'boat',
icon: 'ship',
possibleBuildings: [26],
},
160: {
Expand All @@ -2664,7 +2664,7 @@ export default {
min: 1,
max: 2,
},
icon: 'boat',
icon: 'ship',
possibleBuildings: [26],
},
161: {
Expand Down

0 comments on commit 50fa050

Please sign in to comment.