Added healing done to Coach

This commit is contained in:
Tercio Jose
2021-02-10 13:45:15 -03:00
parent d0c44e6b43
commit ada1552c9c
5 changed files with 423 additions and 105 deletions
+11 -1
View File
@@ -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