Skip to content

Commit b01ea10

Browse files
committed
Fixes/changes for retail 11.0.0 (including new supporting MoLib v14)
1 parent 20bdfb6 commit b01ea10

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Mama/.luacheckrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
globals = {
22
"MamaSaved",
33
"CreateFrame",
4-
"InterfaceOptions_AddCategory",
54
"SlashCmdList",
65
"SLASH_Mama_Slash_Command1",
76
"geterrorhandler",

Mama/Mama-Mainline.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Interface: 100207
1+
## Interface: 110000
22
## Title: M.A.M.A.
33
## Notes: |cFF99E5FFM|rooreaTv's/minimal yet |cFF99E5FFA|rwesome |cFF99E5FFM|rultiboxing |cFF99E5FFA|rssistant (|cFF99E5FF/mama|r)
44
## Notes: Dragonflight edition

Mama/Mama.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -970,7 +970,7 @@ function MM:CreateOptionsPanel()
970970
end
971971
end
972972
-- Add the panel to the Interface Options
973-
InterfaceOptions_AddCategory(MM.optionsPanel)
973+
MM:ConfigPanel(MM.optionsPanel)
974974
end
975975

976976
-- bindings / localization

0 commit comments

Comments
 (0)