Fixed texture creating passing wrong parameters

This commit is contained in:
Tercio Jose
2022-09-02 08:50:45 -03:00
parent 58bf707f40
commit 5c2e1a19f6
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
local dversion = 342
local dversion = 343
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)