Skip to content

Commit

Permalink
Fixes/changes for retail 11.0.0 (including new supporting MoLib v14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooreatv committed Jul 25, 2024
1 parent 62ff3a8 commit c92a1dd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion DynamicBoxer/.luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ globals = {
"GetSpecialization",
"GetSpecializationInfo",
"GetUnitName",
"InterfaceOptions_AddCategory",
"LeaveChannelByName",
"LeaveParty",
"LE_PARTY_CATEGORY_HOME",
Expand Down
2 changes: 1 addition & 1 deletion DynamicBoxer/DBoxUI.lua
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ function DB:CreateOptionsPanel()
end
end
-- Add the panel to the Interface Options
InterfaceOptions_AddCategory(DB.optionsPanel)
DB:ConfigPanel(DB.optionsPanel)
end

local slotToText = function(self, slot)
Expand Down
2 changes: 1 addition & 1 deletion DynamicBoxer/DynamicBoxer-Mainline.toc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Interface: 100207
## Interface: 110000
## Title: DynamicBoxer
## Notes: Manage multiboxing teams dynamically and more (|cFF99E5FF/dbox|r)
## Notes: Dragonflight edition
Expand Down

0 comments on commit c92a1dd

Please sign in to comment.