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