Skip to content

Commit

Permalink
Merge pull request #181 from iTob191/patch-1
Browse files Browse the repository at this point in the history
Fix foreign key DungeonMap::ParentWorldMapID incorrectly pointing to AreaTable::ID instead of WorldMapArea::ID
  • Loading branch information
Marlamin authored Jun 20, 2024
2 parents c820e22 + 3c82355 commit 36735fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion definitions/DungeonMap.dbd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ int<Map::ID> MapID
int FloorIndex
float Min
float Max
int<AreaTable::ID> ParentWorldMapID
int<WorldMapArea::ID> ParentWorldMapID
int Flags
int RelativeHeightIndex
float MinX
Expand Down

0 comments on commit 36735fc

Please sign in to comment.