Skip to content

Commit

Permalink
Fixed enemy script death type enum
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Feb 1, 2024
1 parent b76a289 commit 537c696
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/schemas/nice.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
NiceSpotOverwriteType,
NiceStatusRank,
NiceSvtClassSupportGroupType,
NiceSvtDeadType,
NiceSvtFlag,
NiceSvtFlagOriginal,
NiceSvtType,
Expand All @@ -95,7 +96,6 @@
NiceWarFlag,
NiceWarOverwriteType,
NiceWarStartType,
SvtDeadType,
)


Expand Down Expand Up @@ -2234,7 +2234,7 @@ class NiceQuest(BaseModelORJson):


class EnemyScript(BaseModelORJson):
deathType: Optional[SvtDeadType]
deathType: Optional[NiceSvtDeadType]
appear: Optional[bool]
noVoice: Optional[bool]
raid: Optional[int]
Expand Down

0 comments on commit 537c696

Please sign in to comment.