From c4836cf79bd9248d240307f0009b9d4bd144daa8 Mon Sep 17 00:00:00 2001 From: Scott Sibley Date: Mon, 20 Jun 2011 00:24:16 +0000 Subject: [PATCH] Touch up before beta. --- Modules/UnitTooltip/UnitTooltip.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/UnitTooltip/UnitTooltip.lua b/Modules/UnitTooltip/UnitTooltip.lua index 5d2290b..1edf7bf 100644 --- a/Modules/UnitTooltip/UnitTooltip.lua +++ b/Modules/UnitTooltip/UnitTooltip.lua @@ -720,6 +720,7 @@ end if not UnitIsPlayer(unit) then return end local pvp = UnitPVPStats(unit); if pvp then + self:Stop() local fctn = Faction(unit) if fctn == L["Alliance"] then fctn = L["Horde"] @@ -728,7 +729,6 @@ if pvp then end local rankIcon = Texture(pvp.texture, 12) local factIcon = Texture("Interface\\PvPRankBadges\\PvPRank"..fctn..".blp", 12) - self:Stop() return format("%s %s %d HKs", rankIcon, pvp.text or factIcon..L["nOOb (-1)"], pvp.lifetimeHK) else return L["Fetching..."] -- 1.7.9.5