Skip to content

Commit

Permalink
Update data list
Browse files Browse the repository at this point in the history
  • Loading branch information
SapiensAnatis committed Aug 9, 2023
1 parent 2ff582c commit 896b4ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DragaliaAPI.Photon.Plugin/Helpers/QuestHelper.Data.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace DragaliaAPI.Photon.Plugin.Helpers
/// <code>
/// SELECT q._Id || ', // ' || t._Text FROM "QuestData" q
/// JOIN "TextLabel" t on q._QuestViewName = t._Id
/// WHERE q._DungeonType = 2
/// WHERE q._DungeonType = 2 or q._DungeonType = 18 -- DungeonTypes.Raid or DungeonTypes.RaidSixteen
/// </code>
/// </remarks>
public partial class QuestHelper
Expand Down Expand Up @@ -431,6 +431,7 @@ static QuestHelper()
320240101, // Surtr's Trial (Light): Standard
320240102, // Surtr's Trial (Light): Expert
320240103, // Surtr's Trial (Light): Master
204390501, // Satan Clash: Nightmare
}.ToImmutableHashSet();
}
}
Expand Down

0 comments on commit 896b4ff

Please sign in to comment.