Comparar commits
3 Commits
| Autor | SHA1 | Data | |
|---|---|---|---|
|
|
ec7939be37 | ||
| de1cb88ca8 | |||
|
|
176a0ccf91 |
@@ -19,5 +19,6 @@ read_globals = {
|
||||
"EVENT_MANAGER",
|
||||
"LINK_STYLE_BRACKET",
|
||||
"zo_callLater",
|
||||
"zo_strformat",
|
||||
"ZO_SavedVars",
|
||||
}
|
||||
@@ -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
|
||||
|
||||
##### Release 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
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário