Skip to content

Commit

Permalink
5.2.40
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Dec 22, 2024
1 parent 35e1bf5 commit a0854d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.2.40

- Fox for Griffon Saddlebag items breaking import.

# 5.2.39

- DDB changed moonsickle bonuses which broke moon sickle effect parsing.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ddb-importer",
"version": "5.2.39",
"version": "5.2.40",
"author": "MrPrimate",
"description": "Foundry VTT module for integrating D&D Beyond content",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/DDBCompendiumFolders.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export class DDBCompendiumFolders {
case "container": {
const ddbType = document.flags?.ddbimporter?.dndbeyond?.type;
if (ddbType) {
result.name = this.containerFolders[ddbType].name;
result.name = ddbType;
result.flagTag = `container/${result.name}`;
}
break;
Expand Down

0 comments on commit a0854d8

Please sign in to comment.