From 2eb815cadd5901235ecc8ae51165ed124f16ca89 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sat, 16 Feb 2013 10:30:02 +0400 Subject: [PATCH] Imo looks a little nicer --- ElvUI_SLE/modules/datatexts/lfr.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ElvUI_SLE/modules/datatexts/lfr.lua b/ElvUI_SLE/modules/datatexts/lfr.lua index 3744699..529aff3 100644 --- a/ElvUI_SLE/modules/datatexts/lfr.lua +++ b/ElvUI_SLE/modules/datatexts/lfr.lua @@ -199,7 +199,7 @@ function DT:TwelveShift(id1, id2, id3, id4) end function DT:DragonSoul(id1, id2) - DT.tooltip:AddLine(GetMapNameByID(824)) --Instance name + DT.tooltip:AddLine(" "..GetMapNameByID(824)) --Instance name if IsShiftKeyDown() then DT:EightShift(id1, id2) else @@ -208,7 +208,7 @@ function DT:DragonSoul(id1, id2) end function DT:Mogushan(id1, id2) - DT.tooltip:AddLine(GetMapNameByID(896)) --Instance name + DT.tooltip:AddLine(" "..GetMapNameByID(896)) --Instance name if IsShiftKeyDown() then DT:SixShift(id1, id2) else @@ -217,7 +217,7 @@ function DT:Mogushan(id1, id2) end function DT:HoF(id1, id2) - DT.tooltip:AddLine(GetMapNameByID(897)) --Instance name + DT.tooltip:AddLine(" "..GetMapNameByID(897)) --Instance name if IsShiftKeyDown() then DT:SixShift(id1, id2) else @@ -226,7 +226,7 @@ function DT:HoF(id1, id2) end function DT:ToES(id) - DT.tooltip:AddLine(GetMapNameByID(886)) --Instance name + DT.tooltip:AddLine(" "..GetMapNameByID(886)) --Instance name if IsShiftKeyDown() then DT:FourShift(id) else @@ -235,7 +235,7 @@ function DT:ToES(id) end function DT:ToT(id1, id2, id3, id4) - DT.tooltip:AddLine(GetMapNameByID(930)) + DT.tooltip:AddLine(" "..GetMapNameByID(930)) if IsShiftKeyDown() then DT:TwelveShift(id1, id2, id3, id4) else -- 1.7.9.5