Skip to content

Commit

Permalink
Rage fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPrimate committed Jan 3, 2025
1 parent 9526886 commit ff870a2
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 @@
# 6.0.61

- Rage did not always import on 2024 barbarians.

# 6.0.60

- Adventures could not be imported or exported to the Adventure Compendium.
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": "6.0.60",
"version": "6.0.61",
"author": "MrPrimate",
"description": "Foundry VTT module for integrating D&D Beyond content.",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion src/parser/features/DDBClassFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default class DDBClassFeatures {
];

static EXCLUDED_FEATURES_2024 = [
"Rage",
// "Rage",
];

deriveFeatures() {
Expand Down

0 comments on commit ff870a2

Please sign in to comment.