vaebris / SpartanUI

5 stars 2 forks source link

Instance difficulty banner is in the wrong position #12

Open vaebris opened 12 years ago

vaebris commented 12 years ago

The instance difficulty banner is no longer on the minimap. It's floating on the top right of the screen.

matter19 commented 12 years ago

I noticed that from 5.4 beta to the current beta in the "modifyMinimapLayout" of Module-Minimap.lua

These two lines are missing:

MiniMapInstanceDifficulty:SetPoint("TOPLEFT",frame,4,22); -- Need handeling, need correcting ?
GuildInstanceDifficulty:SetPoint("TOPLEFT",frame,4,22); -- Need handeling, need correcting ?

This could be the issue with the instance banner