File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Intersect.Editor/Forms/Editors Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ private void UpdateEditor()
373373 nudAttackSpeedValue . Value = mEditorItem . AttackSpeedValue ;
374374 nudScaling . Value = mEditorItem . Scaling ;
375375 // This will be removed after conversion to a per-stat editor. Reminder that pre-migration LowRange == HighRange - Day
376- nudStatRangeHigh . Value = mEditorItem . StatRanges ? . FirstOrDefault ( ) ? . HighRange ?? 0 ;
376+ nudStatRangeHigh . Value = mEditorItem . EquipmentProperties ? . StatRanges ? . Values . FirstOrDefault ( ) ? . HighRange ?? 0 ;
377377 chkCanDrop . Checked = Convert . ToBoolean ( mEditorItem . CanDrop ) ;
378378 chkCanBank . Checked = Convert . ToBoolean ( mEditorItem . CanBank ) ;
379379 chkCanGuildBank . Checked = Convert . ToBoolean ( mEditorItem . CanGuildBank ) ;
You can’t perform that action at this time.
0 commit comments