Skip to content

Commit

Permalink
fix: incorrect run buffs values
Browse files Browse the repository at this point in the history
closes #281
closes #282
  • Loading branch information
DorielRivalet committed Feb 19, 2024
1 parent 681b762 commit d8b5cc7
Show file tree
Hide file tree
Showing 3 changed files with 296 additions and 48 deletions.
2 changes: 1 addition & 1 deletion MHFZ_Overlay/Models/Collections/QuestVariants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public static class QuestVariants
/// <summary>
/// Defaulty for GRank is 8,0,0,0
/// </summary>
public static ReadOnlyDictionary<int, QuestsQuestVariant> QuestIDVariant { get; } = new(new Dictionary<int, QuestsQuestVariant>
public static ReadOnlyDictionary<long, QuestsQuestVariant> QuestIDVariant { get; } = new(new Dictionary<long, QuestsQuestVariant>
{
{
Numbers.QuestIDStarvingDeviljhoHistoric20m, new QuestsQuestVariant{QuestVariant1 = 8, QuestVariant2 = 32, QuestVariant3 = 3, QuestVariant4 = 0}
Expand Down
Loading

0 comments on commit d8b5cc7

Please sign in to comment.