Skip to content

Commit

Permalink
fix copypaste
Browse files Browse the repository at this point in the history
  • Loading branch information
bloerwald authored Oct 27, 2023
1 parent 246b25d commit aefee61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/PowerType.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ int Flags
int MaxBasePower
int MinPower
string NameGlobalStringTag
int<PowerType::PowerTypeEnum> PowerTypeEnum // Not really an FK since that table does not exist in all versions, but that enum is still common across all
int<PowerType::PowerTypeEnum> PowerTypeEnum // Not really an FK since that table does not exist in all versions, but that enum is still common across all versions.
float RegenCombat
int RegenInterruptTimeMS
float RegenPeace
Expand Down

0 comments on commit aefee61

Please sign in to comment.