[Dragonflight] Line Break Issues
F-Lambda opened this issue ยท 1 comments
ADDON VERSION: 77
Describe the bug
Some POIs have the info added to the tooltip shifted down a line from where it should be. Known examples below.
Screenshots
Siege on Dragonbane Keep
This one is easy to fix, you can just move this line below the loop, right before it is shown
if ns:GetOpt('show_loot') then
for i, reward in ipairs(SIEGE_ON_DRAGONBANE_KEEP_REWARDS) do
if reward:IsEnabled() then
reward:Render(GameTooltip)
end
end
GameTooltip:AddLine(' ')
end
GameTooltip:Show()
Grand Hunt (continent, not zone)
This one is a little harder to fix, because doing the previous fix makes the zone tooltip go too high