Skip to content

Commit

Permalink
Version 2.22. Update zhCN and a small bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
dfherr committed Jul 9, 2020
1 parent 5878341 commit bda862b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

#v 2.22
* Small bug fix for the /tc2 version command
* Update Chinese translations

## v2.21

* LibThreatClassic2 was completely removed from the addon.
Expand Down
2 changes: 1 addition & 1 deletion ThreatClassic2.toc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Notes: Simple threat meter for WoW Classic.
## Author: Dennis-Florian Herr (dfherr)
## X-Curse-Project-ID: 355497
## Version: 2.21
## Version: 2.22
## SavedVariables: ThreatClassic2DB
## SavedVariablesPerCharacter: TC2_Options

Expand Down
2 changes: 1 addition & 1 deletion core/core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ SlashCmdList["TC2_SLASHCMD"] = function(arg)
C.general.hideAlways = not C.general.hideAlways
CheckStatus();
elseif arg == "ver" or arg == "version" then
print("|c00FFAA00"..self.addonName.." v"..self.version.."|r")
print("|c00FFAA00"..TC2.addonName.." v"..TC2.version.."|r")
else
LibStub("AceConfigDialog-3.0"):Open("ThreatClassic2")
end
Expand Down
2 changes: 1 addition & 1 deletion locale/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ L.general_welcome = "Display welcome message when logging in."
L.general_rawPercent = "Show raw threat percentage (aggro at 110% melee / 130% range)"
L.general_downscaleThreat = "Scale threat values (so 1 damage equals 1 threat before modifiers)"
L.general_downscaleThreatDesc = "The Blizzard threat api uses 100 threat per 1 damage. This setting downscales the threat api numbers to what we used before patch 1.13.5"
L.general_updateFreq = "Time (in seconds) between updates."
L.general_updateFreq = "Minimum time (in seconds) between updates."
L.general_test = "Enable test mode."
L.general_minimap = "Toggle minimap icon."
L.general_ignorePets = "Ignore threat from player pets."
Expand Down

0 comments on commit bda862b

Please sign in to comment.