Fixed crash in AdventureJournalDataResponse

This commit is contained in:
hondacrx
2021-02-06 23:47:07 -05:00
parent 48bb0bc851
commit 710d7c2fbd
@@ -1374,7 +1374,7 @@ namespace Game.Networking.Packets
}
public bool OnLevelUp;
public List<AdventureJournalDataInfo> AdventureJournalDatas;
public List<AdventureJournalDataInfo> AdventureJournalDatas = new List<AdventureJournalDataInfo>();
}
//Structs