Fix crashing

This commit is contained in:
Li 2022-11-20 15:55:20 +13:00
parent d630abb66a
commit 3ffd813109
2 changed files with 8 additions and 11 deletions

View file

@ -416,9 +416,8 @@ namespace HISP.Server
if (gameData.quest_list[i].chained_questid != null)
quest.ChainedQuestId = gameData.quest_list[i].chained_questid;
quest.Minigame = gameData.quest_list[i].minigame;
if(quest.Title.Trim() != "")
Logger.DebugPrint("Registered Quest: " + quest.Id + " - " + quest.Title);
Logger.DebugPrint("Registered Quest: " + quest.Id);
Quest.AddQuestEntry(quest);
}