tekkub / tekmapenhancer

WoW Addon - Fulscreen map sucks!

This URL has Read+Write access

tekmapenhancer / tekMapEnhancer.lua
100644 8 lines (7 sloc) 0.232 kb
1
2
3
4
5
6
7
8
UIPanelWindows["WorldMapFrame"] = {area = "center", pushable = 9}
hooksecurefunc(WorldMapFrame, "Show", function(self)
self:SetScale(0.75)
self:EnableKeyboard(false)
BlackoutWorld:Hide()
WorldMapFrame:EnableMouse(false)
end)