Skip to content

Commit

Permalink
fix: default for rolling for own items is true
Browse files Browse the repository at this point in the history
  • Loading branch information
zeevallin committed Dec 19, 2020
1 parent a3b5266 commit 1fda6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Loot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local ADDON_DEFAULTS = {
duration = 10,
maxroll = 100,
minroll = 1,
selfroll = false
selfroll = true
},
minimap = {
hide = false
Expand Down

0 comments on commit 1fda6e5

Please sign in to comment.