Skip to content

Commit

Permalink
修复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
CvCn committed Aug 19, 2024
1 parent ac51040 commit e13e161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion InputInput/API.lua
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Fun({
['1.0.0'] = GetPlayerInfoByGUID,
},
UnitClass = {
['1.0.0'] = GetAchievementInfo
['1.0.0'] = UnitClass
},
GetChannelName = {
['1.0.0'] = GetChannelName
Expand Down
1 change: 1 addition & 0 deletions InputInput/Icon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ local function ReplaceIconString(text)
icon = spellPath
end
elseif H_type == 'achievement' then
-- LOG:Debug(id)
icon = select(10, GetAchievementInfo(id))
elseif H_type == 'talentbuild' then
if ElvUI == nil then
Expand Down

0 comments on commit e13e161

Please sign in to comment.