WoWInterface SVN pMinimap

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/pMinimap
    from Rev 96 to Rev 98
    Reverse comparison

Rev 96 → Rev 98

pMinimap.lua
46,7 → 46,7
total = 0.25
 
local x, y = GetPlayerMapPosition('player')
if(x ~= 0 and y ~= 0 and not IsInInstance()) then
if(x ~= 0 and y ~= 0) then
self.Text:SetFormattedText('%.'..pMinimapDB.coordsDecimals..'f,%.'..pMinimapDB.coordsDecimals..'f', x * 100, y * 100)
else
self.Text:SetText()