We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323eefc commit 4a513f6Copy full SHA for 4a513f6
app/schemas/nice.py
@@ -649,6 +649,8 @@ class BaseVals(BaseModel):
649
BackStepTargets: list[int] | None = None
650
ReplacePositionTargets: list[int] | None = None
651
ApplySupportSvt: int | None = None
652
+ ApplyHighestValueInFieldGroup: int | None = None
653
+ IsClassIconChangeSaveGrand: int | None = None
654
# These are not DataVals but guesses from SkillLvEntity and EventDropUpValInfo
655
Individuality: Optional[int] = None
656
EventId: Optional[int] = None
0 commit comments