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