Skip to content

Commit

Permalink
Reset AutoAddRolls
Browse files Browse the repository at this point in the history
  • Loading branch information
evil-morfar committed May 7, 2024
1 parent 96451a4 commit e088a24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Utils/BackwardsCompat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,5 +213,16 @@ Compat.list = {
addon:ScheduleTimer("Print", 10, format("Cleaned %d occurances of Uncommon items in your history", count))
end
end
},

{
name = "Reset auto add rolls",
version = "3.12.0",
func = function()
for _,db in pairs(addon.db.profiles) do
db.autoAddRolls = false
end
addon.db.global.errors = {}
end
}
}
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Updated for patch 10.2.7.

Voting Frame data is no longer being sent when reloading/reconnecting.

`Add Rolls` option has been reset to `false` due to the extra comms required for it.

## Bugfixes
- *Fixed `/rc council` not properly opening council menu.*

Expand Down

0 comments on commit e088a24

Please sign in to comment.