mirror of
https://github.com/araxiaonline/WoWDBDefs.git
synced 2026-06-13 03:32:22 -04:00
Fix foreign key DungeonMap::ParentWorldMapID incorrectly pointing to AreaTable::ID instead of WorldMapArea::ID
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user