preparing pfui for patch 1.18.1

preparing pfui for patch 1.18.1
This commit is contained in:
Meow
2026-02-24 16:17:54 +01:00
parent 52f212d329
commit 77dfb4bb67
+3 -1
View File
@@ -1,3 +1,5 @@
if TURTLE_WOW_VERSION then return end
pfUI:RegisterModule("hdgraphic", "vanilla", function ()
-- inject video settings to provide advanced slider values
_G.OptionsFrameSliders[3].maxValue = 15
@@ -37,4 +39,4 @@ pfUI:RegisterModule("hdgraphic", "vanilla", function ()
local frill = tonumber(GetCVar("frillDensity"))
return frill > 48 and frill/16-1 or HookGetWorldDetail()
end
end)
end)