diff --git a/EventMapHpViewer/ViewModels/Settings/SettingsViewModel.cs b/EventMapHpViewer/ViewModels/Settings/SettingsViewModel.cs index 5c91f21..99055bc 100644 --- a/EventMapHpViewer/ViewModels/Settings/SettingsViewModel.cs +++ b/EventMapHpViewer/ViewModels/Settings/SettingsViewModel.cs @@ -34,7 +34,7 @@ public SettingsViewModel() private void Initialize() { this.BossSettings.MapItemsSource - = Models.Maps.MapInfos + = KanColleClient.Current.Master.MapInfos .Where(x => 20 < x.Value.MapAreaId) .Select(x => x.Value) .Select(x => new KeyValuePair(x.Id, $"{x.MapAreaId}-{x.IdInEachMapArea} : {x.Name} - {x.OperationName}"))