Skip to content

Commit 9f0d53b

Browse files
committed
Update Collections module
1 parent b19cbe3 commit 9f0d53b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UI/Tooltips/Collections.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
local _, addon = ...
2-
local L = addon.L
32
local Collections = addon:GetObject("Collections")
43
local Achievements = addon:GetObject("Achievements")
54
local Tooltip = addon:NewTooltip("Collections")
65

6+
local L = addon.L
7+
78
local ACHIEVEMENT_LINE_FORMAT = "- %s: |cffffffff%d|r / |cff20ff20%d|r"
89

910
function Tooltip:AddAchievementLine(callback)

0 commit comments

Comments
 (0)