Fix: DC missing from spell list viewer in library

This commit is contained in:
Stefan Zermatten
2021-07-12 13:39:08 +02:00
parent f3b9b62486
commit 2ecb0e2671

View File

@@ -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"