Skip to content

Commit

Permalink
Action abbrev: STD > AKT, 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilbrunner committed Mar 14, 2023
1 parent 3643275 commit d05bbe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"bugs": "https://github.com/mhilbrunner/toolkit13-de/issues",
"readme": "https://github.com/mhilbrunner/toolkit13-de/README.md",
"manifest": "https://github.com/mhilbrunner/toolkit13-de/releases/latest/download/module.json",
"download": "https://github.com/mhilbrunner/toolkit13-de/releases/download/1.2/module.zip",
"version": "1.2",
"download": "https://github.com/mhilbrunner/toolkit13-de/releases/download/1.3/module.zip",
"version": "1.3",
"compatibility": {
"minimum": "10",
"verified": "10"
Expand Down
2 changes: 1 addition & 1 deletion toolkit13-de.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Hooks.once('ready', () => {
});

Util.setAllIfExist(CONFIG.ARCHMAGE.actionTypesShort, {
'standard': 'STD',
'standard': 'AKT',
'move': 'BEW',
'quick': 'SCH',
'free': 'FREI',
Expand Down

0 comments on commit d05bbe4

Please sign in to comment.