Skip to content

Commit 11c3390

Browse files
committed
fix achievement link bug
1 parent c393138 commit 11c3390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RightClick.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function addon.SendPlayerInfo(targetName, dropdownMenu, which, fullName, resultI
6464
for i = 1, #priorities do
6565
if achieveLinkStr == "" then
6666
local _, _, _, completed = GetAchievementInfo(priorities[i])
67-
if completed or 1 then
67+
if completed then
6868
local achieveLink = GetAchievementLink(priorities[i])
6969
if achieveLink then
7070
achieveLinkStr = " " .. achieveLink

0 commit comments

Comments
 (0)