Fixed a crash when loading into world.
This commit is contained in:
@@ -207,7 +207,7 @@ namespace Game.Entities
|
|||||||
m_SeasonalQuestChanged = false;
|
m_SeasonalQuestChanged = false;
|
||||||
|
|
||||||
var eventList = m_seasonalquests.LookupByKey(event_id);
|
var eventList = m_seasonalquests.LookupByKey(event_id);
|
||||||
if (eventList.Empty())
|
if (eventList == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
foreach (var (questId, completedTime) in eventList.ToList())
|
foreach (var (questId, completedTime) in eventList.ToList())
|
||||||
|
|||||||
Reference in New Issue
Block a user