Fix: DC missing from spell list viewer in library
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
/>
|
/>
|
||||||
<property-field
|
<property-field
|
||||||
name="Spell Save DC"
|
name="Spell Save DC"
|
||||||
:value="'dcResult' in model ? model.dcResult : model.dcResult"
|
:value="'dcResult' in model ? model.dcResult : model.dc"
|
||||||
/>
|
/>
|
||||||
<property-field
|
<property-field
|
||||||
name="Attack roll bonus"
|
name="Attack roll bonus"
|
||||||
|
|||||||
Reference in New Issue
Block a user