Skip to content

Commit

Permalink
Update NxMap.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepauer committed Dec 8, 2022
1 parent 9d2329c commit 5fe6b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NxMap.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11547,8 +11547,8 @@ function Nx.Map.MoveWorldMap()
Nx.Map.WMDT[i]:SetHeight(Nx.Map.WMDF:GetHeight() / 2.6)
Nx.Map.WMDT[i]:SetTexture(textures[i])
end
Nx.Map.WMDF:SetAllPoints()
NXWorldMapUnitPositionFrame:SetParent("WMDF")
Nx.Map.WMDF:SetAllPoints()
NXWorldMapUnitPositionFrame:SetParent(Nx.Map.WMDF)
NXWorldMapUnitPositionFrame:SetAllPoints()
NXWorldMapUnitPositionFrame:SetFrameLevel(40)
Nx.Map:NXWorldMapUnitPositionFrame_UpdatePlayerPins()
Expand Down

0 comments on commit 5fe6b74

Please sign in to comment.