fix for settings pet color into the pet bar
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
local dversion = 386
|
||||
local dversion = 387
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary(major, minor)
|
||||
|
||||
@@ -1337,7 +1337,7 @@ end
|
||||
alpha = 1
|
||||
end
|
||||
|
||||
return red, green, blue, alpha
|
||||
return Saturate(red), Saturate(green), Saturate(blue), Saturate(alpha)
|
||||
end
|
||||
|
||||
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user