parent
096d39609e
commit
8e9221bb5a
400 changed files with 3688 additions and 5969 deletions
|
|
@ -259,7 +259,7 @@ namespace Server.Engines.MLQuests
|
|||
MLQuest quest = MLQuestSystem.ReadQuestRef(reader);
|
||||
DateTime nextAvailable = reader.ReadDateTime();
|
||||
|
||||
if (quest == null || !quest.RecordCompletion)
|
||||
if (quest?.RecordCompletion != true)
|
||||
return null; // forget about this record
|
||||
|
||||
return new MLDoneQuestInfo(quest, nextAvailable);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue