diff --git a/Core/Routers/EventOutputHolder.cs b/Core/Routers/EventOutputHolder.cs index e8799bf8..e9cb5851 100644 --- a/Core/Routers/EventOutputHolder.cs +++ b/Core/Routers/EventOutputHolder.cs @@ -63,7 +63,7 @@ public class EventOutputHolder Items = new ItemChanges(){ NewItems = [], ChangedItems = [], DeletedItems = []}, Production = new Dictionary(), Improvements = new Dictionary(), - Skills = new Skills{ Common = new DictionaryOrList(null, []), Mastering = [], Points = 0}, + Skills = new Skills{ Common = new DictionaryOrList(null, []), Mastering = new Dictionary(), Points = 0}, Health = _cloner.Clone(pmcProfile.Health), TraderRelations = new Dictionary(), RecipeUnlocked = {},