Skip to content

Commit

Permalink
Fixed dataval DisplayNoEffectCauses
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Aug 14, 2024
1 parent 0a05473 commit 86596c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api-connector/src/Schema/DataVal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ interface BaseDataVal {
ExtendBuffHalfTurnInPartyTurn?: number;
ShortenBuffHalfTurnInPartyTurn?: number;
LinkageBuffGrantSuccessEvenIfOtherFailed?: number;
DisplayNoEffectCauses?: number;
DisplayNoEffectCauses?: string;
BattlePointId?: number;
BattlePointValue?: number;
BattlePointUiUpdateType?: number;
Expand Down

0 comments on commit 86596c1

Please sign in to comment.