Skip to content

Commit

Permalink
Changelog, minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Jan 22, 2024
1 parent 8ae914d commit 46295cb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Version 2.8.19

- Added several currency related methods and hooks (thank you p4535992 on GitHub!)
- Added method `game.itempiles.API.updateCurrencies()`
- Added hook `item-piles-preUpdateCurrencies`
- Added hook `item-piles-updateCurrencies`
- Updated Polish localization (thank you Lioheart on weblate!)
- Updated SWADE system config (thank you kristianserrano on GitHub!)
- Fixed merchant populate items table rolling not working

## Version 2.8.18
Expand Down
2 changes: 1 addition & 1 deletion src/systems/swade.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {

"VERSION": "1.0.4",
"VERSION": "1.0.5",

// The actor class type is the type of actor that will be used for the default item pile actor that is created on first item drop.
"ACTOR_CLASS_TYPE": "npc",
Expand Down

0 comments on commit 46295cb

Please sign in to comment.