Files
Andrew6810 60ef8a38af init
2022-10-21 07:09:01 -07:00

10 lines
261 B
Lua

local E, L = unpack(select(2, ...)); --Import: Engine, Locales
local B = E:GetModule("Blizzard")
--Lua functions
--WoW API / Variables
function B:KillBlizzard()
VideoOptionsResolutionPanelUseUIScale:Kill()
VideoOptionsResolutionPanelUIScaleSlider:Kill()
end