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 02c6061 commit e472da1Copy full SHA for e472da1
Pkmds.Rcl/Components/EditForms/Tabs/OtMiscTab.razor
@@ -120,7 +120,7 @@
120
Max="@uint.MaxValue"
121
@bind-Value:get="@Pokemon.EncryptionConstant"
122
@bind-Value:set="@(newEc => SetPokemonEc(newEc))"
123
- For="@(() => Pokemon.PID)"/>
+ For="@(() => Pokemon.EncryptionConstant)"/>
124
</div>
125
<LegalityIndicator Severity="@(GetCheckResult(CheckIdentifier.EC)?.Judgement ?? PKHeX.Core.Severity.Valid)"
126
Message="@HumanizeCheckResult(GetCheckResult(CheckIdentifier.EC))"/>
0 commit comments