init
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user