Skip to content

Commit

Permalink
fix(spells): Fix spell classes (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
bagelbits committed Nov 9, 2023
1 parent 26086c7 commit 5554517
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/5e-SRD-Spells.json
Original file line number Diff line number Diff line change
Expand Up @@ -5686,6 +5686,11 @@
"index": "cleric",
"name": "Cleric",
"url": "/api/classes/cleric"
},
{
"index": "druid",
"name": "Druid",
"url": "/api/classes/druid"
}
],
"subclasses": [],
Expand Down Expand Up @@ -7169,11 +7174,6 @@
"index": "cleric",
"name": "Cleric",
"url": "/api/classes/cleric"
},
{
"index": "paladin",
"name": "Paladin",
"url": "/api/classes/paladin"
}
],
"subclasses": [],
Expand Down Expand Up @@ -8127,11 +8127,6 @@
"url": "/api/magic-schools/divination"
},
"classes": [
{
"index": "paladin",
"name": "Paladin",
"url": "/api/classes/paladin"
},
{
"index": "ranger",
"name": "Ranger",
Expand Down

0 comments on commit 5554517

Please sign in to comment.