Skip to content

Commit

Permalink
[Bots] Update resist_adjust to not default to Null during addSpellToL…
Browse files Browse the repository at this point in the history
…ist (#85)
  • Loading branch information
Aeadoin authored Nov 26, 2022
1 parent 79b515f commit d3ad000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/preview/BotSpellPreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export default {
"manacost": -1,
"recast_delay": -1,
"priority": 0,
"resist_adjust": null,
"resist_adjust": 0,
"bucket_name": "",
"bucket_value": "",
"bucket_comparison": 0,
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/views/bots/BotSpellListEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ export default {
"manacost": -1,
"recast_delay": 60,
"priority": 1,
"resist_adjust": null,
"resist_adjust": 0,
"min_hp": 0,
"max_hp": 0,
"bucket_name": "",
Expand Down

0 comments on commit d3ad000

Please sign in to comment.