diff --git a/BagValueTracker.lua b/BagValueTracker.lua index acbff24..a69e58b 100644 --- a/BagValueTracker.lua +++ b/BagValueTracker.lua @@ -1,7 +1,7 @@ -- Load the configuration file if not BagValueTrackerConfig then BagValueTrackerConfig = { - enableBagValue = { true, true, true, true, true, true }, -- Default to enabling bag value display (disable for the first bag) + enableBagValue = { false, true, true, true, true, true }, -- Default to enabling bag value display (disable for the first bag) } end