Skip to content

Commit

Permalink
Achievement: remove wrong FK for Faction
Browse files Browse the repository at this point in the history
-1, 0 and 1 do not match the values from Faction::ID.
  • Loading branch information
bloerwald authored Oct 28, 2023
1 parent 769d824 commit e1f787e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/Achievement.dbd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
COLUMNS
int ID
int<Faction::ID> Faction
int Faction
int<Map::ID> Instance_ID
int<Achievement::ID> Supercedes
locstring Title_lang
Expand Down

0 comments on commit e1f787e

Please sign in to comment.