From 1fda6e5ae254a2adfbb5156ecbe88270b7050cc4 Mon Sep 17 00:00:00 2001 From: "Zee V. (Philip)" Date: Sat, 19 Dec 2020 23:10:46 +0100 Subject: [PATCH] fix: default for rolling for own items is true --- Loot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Loot.lua b/Loot.lua index 4b9d9fe..b99d544 100644 --- a/Loot.lua +++ b/Loot.lua @@ -8,7 +8,7 @@ local ADDON_DEFAULTS = { duration = 10, maxroll = 100, minroll = 1, - selfroll = false + selfroll = true }, minimap = { hide = false