Skip to content

Commit

Permalink
fix miracles missing the cost property in model
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Jul 8, 2024
1 parent da80cc8 commit 39539bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/model/item/miracle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export class MiracleModel extends StandardItemModel
schema.effect = new fields.StringField();
schema.god = new fields.StringField();
schema.test = new fields.EmbeddedDataField(TestDataModel);
schema.cost = new fields.NumberField();

return schema;
}
Expand Down

0 comments on commit 39539bc

Please sign in to comment.