Skip to content

Commit

Permalink
closes #493
Browse files Browse the repository at this point in the history
  • Loading branch information
Muttley committed Sep 17, 2023
1 parent d8c4df7 commit e5433c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* [#483] Secret text doesn't behave correctly
* [#486] Fixed typo in Magic Item Table 1, Result 20
* [#488] Fixes for locked doors and missing monsters in The Lost Citadel of the Scarlet Minotaur adventure
* [#493] Compendium item "Sword of the Ancients" missing base weapon type

### Enhancement
* [#342] Identify "rare" languages in the language selector to aid in selection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "Sword of the Ancients",
"system": {
"attackBonus": "2",
"baseWeapon": "",
"baseWeapon": "longsword",
"bonuses": {
"attackBonus": "2",
"critical": {
Expand Down

0 comments on commit e5433c5

Please sign in to comment.