Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed May 26, 2023
1 parent 5042b23 commit fbfd0d0
Show file tree
Hide file tree
Showing 5 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
Expand Up @@ -156,3 +156,7 @@ Spikegrowth example macro fixed.

- When applying effects via a template and targetting larger numbers of creatures, due to some timing issues, midi could decide that the effect had expired and remove the effect. Certain auras will now await more, which might increase some auras processing time.
- ActiveAuras was not exported through the legacy window mode.

# 0.6.3

- Correct Pack/Compendium names for v11.
6 changes: 3 additions & 3 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{
"name": "Active Auras Auras",
"label": "Active Auras Auras",
"path": "packs/AuraItems",
"path": "packs/AuraItems.db",
"type": "Item",
"module": "ActiveAuras",
"private": false,
Expand All @@ -65,7 +65,7 @@
{
"name": "Active Auras Zone Actors",
"label": "Active Auras Zone Actors",
"path": "packs/ZoneActors",
"path": "packs/ZoneActors.db",
"type": "Actor",
"system": "dnd5e",
"module": "ActiveAuras",
Expand All @@ -74,7 +74,7 @@
{
"name": "Active Auras Macros",
"label": "Active Auras Macros",
"path": "packs/macros",
"path": "packs/Macros.db",
"type": "Macro",
"module": "ActiveAuras",
"private": false
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fbfd0d0

Please sign in to comment.