Skip to content

Commit e2b4448

Browse files
committed
cleaned up the positioning of the "learned from another item" text
1 parent 7d3796f commit e2b4448

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

collectionUi.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,6 @@ function UI:OnUpdate()
596596
column.isCollected = true;
597597
end
598598

599-
column.Text:ClearPointsOffset()
600599
if true == column.isCollected then
601600
column.Text:SetText(ok);
602601
else
@@ -632,9 +631,6 @@ function UI:OnUpdate()
632631
text = ' ' .. WARBAND_MARKUP .. text;
633632
end
634633
end
635-
if text == other then
636-
column.Text:AdjustPointsOffset(-3, 0);
637-
end
638634
column.Text:SetText(text);
639635
end
640636
end

0 commit comments

Comments
 (0)