Skip to content

Commit

Permalink
Merge pull request #772 from Muttley/761-advantage-on-magic-missile-s…
Browse files Browse the repository at this point in the history
…pell-not-automatically-added-to-characters

closes #765
  • Loading branch information
Muttley authored May 1, 2024
2 parents 4cc183d + 65a9fa4 commit b0f2773
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Enhancements
* [#765] Implement generic loading dialog that can be used whenever potentially slow compendium searching occurs

## Bugfixes
* [#761] Advantage on Magic Missile talent missing from Wizard Class item

---

# v2.1.0
Expand Down
3 changes: 2 additions & 1 deletion data/packs/classes.db/wizard__035nuVkU9q2wtMPs.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@
],
"talents": [
"Compendium.shadowdark.talents.Item.LFMT8qZ6ZL3LvYFM",
"Compendium.shadowdark.talents.Item.Td6iQW4hVJLZLVLi"
"Compendium.shadowdark.talents.Item.Td6iQW4hVJLZLVLi",
"Compendium.shadowdark.talents.Item.VRZxd1xswPr1GaKs"
],
"titles": [
{
Expand Down
1 change: 1 addition & 0 deletions data/packs/deities.db/ord__w9GdZSr5XYNjIeeR.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"system": {
"alignment": "neutral",
"description": "<p>Ord the Unbending, the Wise, the Secret-Keeper. He is the god of magic, knowledge, secrets, and equilibrium.</p>",
"predefinedEffects": "",
"source": {
"title": "core-rules"
}
Expand Down

0 comments on commit b0f2773

Please sign in to comment.