Added healing done to Coach
This commit is contained in:
+11
-1
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
local dversion = 233
|
||||
local dversion = 236
|
||||
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
@@ -2409,6 +2409,16 @@ end
|
||||
-----------------------------
|
||||
|
||||
function DF:OpenInterfaceProfile()
|
||||
-- OptionsFrame1/2 should be registered if created with DF:CreateAddOn, so open to them directly
|
||||
if self.OptionsFrame1 then
|
||||
InterfaceOptionsFrame_OpenToCategory (self.OptionsFrame1)
|
||||
if self.OptionsFrame2 then
|
||||
InterfaceOptionsFrame_OpenToCategory (self.OptionsFrame2)
|
||||
end
|
||||
return
|
||||
end
|
||||
|
||||
-- fallback (broken as of ElvUI Skins in version 12.18+... maybe fix/change will come)
|
||||
InterfaceOptionsFrame_OpenToCategory (self.__name)
|
||||
InterfaceOptionsFrame_OpenToCategory (self.__name)
|
||||
for i = 1, 100 do
|
||||
|
||||
Reference in New Issue
Block a user