Fix a bug with gendered labels
This commit is contained in:
parent
fde8966292
commit
176a0ccf91
@ -67,7 +67,7 @@ function AchievementInfo.onAchievementUpdated(_, achId)
|
||||
tmpOutput = tmpOutput .. ", "
|
||||
end
|
||||
|
||||
tmpOutput = tmpOutput .. description .. " "
|
||||
tmpOutput = tmpOutput .. zo_strformat("<<1>>", description) .. " "
|
||||
tmpOutput = tmpOutput .. AchievementInfo.calcCriteriaColor(numCompleted, numRequired) .. numCompleted .. "|r"
|
||||
tmpOutput = tmpOutput .. AchievementInfo.clrDefault .. "/" .. "|r"
|
||||
tmpOutput = tmpOutput .. AchievementInfo.clrCriteriaComplete .. numRequired .. "|r"
|
||||
|
@ -1,5 +1,8 @@
|
||||
#### Notable Changes
|
||||
|
||||
##### Rekease 4.3
|
||||
* Fixed an error with gendered achievement descriptions
|
||||
|
||||
##### Release 4.0
|
||||
* Added accountwide settings
|
||||
* Added an "use accountwide settings" option to the settings of each character
|
||||
|
Loading…
Reference in New Issue
Block a user