This commit is contained in:
Andrew6810
2022-10-21 07:09:01 -07:00
parent cbdabfbcca
commit 60ef8a38af
614 changed files with 138573 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
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