10.2 General Implementations and Fixes

- Implemented [Pip's Emerald Friendship Badge] trinket buffs.
- 10.2 trinket damage spells renamed to the item name.
- Framework update.
This commit is contained in:
Tercio Jose
2023-09-22 13:12:54 -03:00
parent 6199bf10e0
commit 250ce2fbf7
18 changed files with 862 additions and 44 deletions
+1
View File
@@ -1628,6 +1628,7 @@ function DF.Language.CreateLanguageSelector(addonId, parent, callback, selectedL
local languageLabel = DF:CreateLabel(parent, _G.LANGUAGE .. ":", 10, "silver")
languageLabel:SetPoint("right", languageSelector, "left", -3, 0)
languageSelector.languageLabel = languageLabel
return languageSelector
end