Skip to content

Commit

Permalink
Update query mods
Browse files Browse the repository at this point in the history
  • Loading branch information
LocalIdentity committed Nov 24, 2024
1 parent 4c9f8de commit 3af9706
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/Data/QueryMods.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23506,12 +23506,16 @@ return {
["max"] = 32,
["min"] = 5,
},
["Gloves"] = {
["max"] = 15,
["min"] = 8,
},
["Ring"] = {
["max"] = 16,
["min"] = 5,
},
["Shield"] = {
["max"] = 9,
["max"] = 15,
["min"] = 6,
},
["Staff"] = {
Expand Down Expand Up @@ -50013,7 +50017,7 @@ return {
},
["Gloves"] = {
["max"] = 10,
["min"] = 7,
["min"] = 4,
},
["Staff"] = {
["max"] = 15,
Expand Down

0 comments on commit 3af9706

Please sign in to comment.