mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-22 15:46:56 +00:00
worldmap: add missing tbc skin
This commit is contained in:
@@ -80,6 +80,9 @@ pfUI:RegisterModule("map", "vanilla:tbc", function ()
|
||||
SkinCloseButton(WorldMapFrameCloseButton, WorldMapFrame, -3, -3)
|
||||
SkinDropDown(WorldMapContinentDropDown)
|
||||
SkinDropDown(WorldMapZoneDropDown)
|
||||
if WorldMapZoneMinimapDropDown then
|
||||
SkinDropDown(WorldMapZoneMinimapDropDown)
|
||||
end
|
||||
local point, anchor, anchorPoint, x, y = WorldMapZoneDropDown:GetPoint()
|
||||
WorldMapZoneDropDown:ClearAllPoints()
|
||||
WorldMapZoneDropDown:SetPoint(point, anchor, anchorPoint, x+8, y)
|
||||
|
||||
Reference in New Issue
Block a user