From 3ae9683154fabe3d804bfbd7f4a90cbc72986712 Mon Sep 17 00:00:00 2001 From: CWX Date: Mon, 13 Jan 2025 21:59:42 +0000 Subject: [PATCH] change type --- Core/Routers/EventOutputHolder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {},