Skip to content

Commit

Permalink
Changed default Winner Reserves Removal mode to Smart
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Feb 13, 2022
1 parent 334fff1 commit 9bca952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ LootReserve.Server =
RollHistoryKeepLimit = 1000,
RollMasterLoot = true,
AcceptAllRollFormats = false,
WinnerReservesRemoval = LootReserve.Constants.WinnerReservesRemoval.Duplicate,
WinnerReservesRemoval = LootReserve.Constants.WinnerReservesRemoval.Smart,
ItemConditions = { },
CollapsedExpansions = { },
MaxRecentLoot = 25,
Expand Down

0 comments on commit 9bca952

Please sign in to comment.