Skip to content

Commit 4a513f6

Browse files
committed
Add new datavals
1 parent 323eefc commit 4a513f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/schemas/nice.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,8 @@ class BaseVals(BaseModel):
649649
BackStepTargets: list[int] | None = None
650650
ReplacePositionTargets: list[int] | None = None
651651
ApplySupportSvt: int | None = None
652+
ApplyHighestValueInFieldGroup: int | None = None
653+
IsClassIconChangeSaveGrand: int | None = None
652654
# These are not DataVals but guesses from SkillLvEntity and EventDropUpValInfo
653655
Individuality: Optional[int] = None
654656
EventId: Optional[int] = None

0 commit comments

Comments
 (0)