From 735cdbf3c01e7ce6934269caf2a5ad18add2169f Mon Sep 17 00:00:00 2001 From: hondacrx Date: Tue, 13 Jun 2023 09:27:01 -0400 Subject: [PATCH] Fix loading. --- Source/Game/Globals/ObjectManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Game/Globals/ObjectManager.cs b/Source/Game/Globals/ObjectManager.cs index 61e6e1ce5..23dbef160 100644 --- a/Source/Game/Globals/ObjectManager.cs +++ b/Source/Game/Globals/ObjectManager.cs @@ -11358,7 +11358,7 @@ namespace Game public class GraveyardData { public uint SafeLocId; - public List Conditions; + public List Conditions = new(); } public class QuestPOIBlobData