WoWInterface SVN pMinimap

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 97 to Rev 98
    Reverse comparison

Rev 97 → Rev 98

trunk/pMinimap/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()