Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Tercioo committed Sep 23, 2021
2 parents 5e4df4c + 25812d1 commit e607f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions startup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -561,10 +561,10 @@ function Details:StartMeUp() --I'll never stop!
end
end

taintWarning:Show()
taintWarning:SetPoint ("topleft", StaticPopup1, "bottomleft", 0, -10)

if (MiniMapBattlefieldFrame:IsShown())then
taintWarning:Show()
taintWarning:SetPoint ("topleft", StaticPopup1, "bottomleft", 0, -10)
if (not originalPosition) then
local a = {}
for i = 1, MiniMapBattlefieldFrame:GetNumPoints() do
Expand Down

0 comments on commit e607f32

Please sign in to comment.