More fixes and development

This commit is contained in:
Tercio Jose
2021-01-16 15:57:59 -03:00
parent 09601d7e11
commit d93fa5248f
15 changed files with 444 additions and 146 deletions
+3 -1
View File
@@ -1,6 +1,6 @@
local dversion = 228
local dversion = 229
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)
@@ -4238,3 +4238,5 @@ end
_G.setfenv(func, newEnvironment)
end
-----------------------------------------------------------------------------------------------------------------------------------------------------------