forked from aly/qstbak
muffin v7.4.4
This commit is contained in:
parent
5791858984
commit
8461a561d3
9 changed files with 29358 additions and 748 deletions
|
|
@ -68,7 +68,7 @@ internal sealed class QuestInfo : IQuestInfo
|
|||
|
||||
public bool IsSeasonalQuest { get; internal set; }
|
||||
|
||||
public QuestInfo(Lumina.Excel.Sheets.Quest quest, uint newGamePlusChapter, byte startingCity, JournalGenreOverrides journalGenreOverrides, bool isSeasonalEventQuest = false, DateTime? seasonalQuestExpiry = null)
|
||||
public QuestInfo(Lumina.Excel.Sheets.Quest ogquest, QuestEx quest, uint newGamePlusChapter, byte startingCity, JournalGenreOverrides journalGenreOverrides, bool isSeasonalEventQuest = false, DateTime? seasonalQuestExpiry = null)
|
||||
{
|
||||
QuestId = Questionable.Model.Questing.QuestId.FromRowId(quest.RowId);
|
||||
string value = QuestId.Value switch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue