Commit 7d412ba
committed
Fix for Magic Burster assist mode
For Magic Burster, we assign `spell` on L76 as the res.spell,
we then attempt to reference it on L79 as the spell class to
get .name rather than .en. This results in a nil spell.1 parent 6071f4f commit 7d412ba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments