Skip to content
This repository was archived by the owner on May 10, 2025. It is now read-only.

Commit 3168e9d

Browse files
author
Moons
authored
Merge pull request #209 from devFelicity/MoonieGZ-patch-1
Fix roll finder
2 parents 4ad4206 + b0b47b1 commit 3168e9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Felicity/Models/RecommendedRolls.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,8 @@ public enum WeaponSource
116116
SeasonalPlunder = 118,
117117
SeasonalSeraph = 119,
118118
SeasonalDefiance = 120,
119-
SeasonalDeep = 121
119+
SeasonalDeep = 121,
120+
Unknown = 999
120121
}
121122

122123
public static class ProcessRollData

0 commit comments

Comments
 (0)