diff options
author | megamage <none@none> | 2009-04-12 17:42:16 -0500 |
---|---|---|
committer | megamage <none@none> | 2009-04-12 17:42:16 -0500 |
commit | 392317aba33834bece972d7e8b53aaf762468ee8 (patch) | |
tree | 8126a42f6c4492bc7ed5b1200eea415d7fc44806 /src | |
parent | c1c5a707ffc8849f4c826a00b60a2ea1b1840e24 (diff) |
Add name for WorldMapArea.dbc field Author: DiSlord
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/DBCStructure.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/DBCStructure.h b/src/game/DBCStructure.h index 7d3dea72ccf..e804cba5066 100644 --- a/src/game/DBCStructure.h +++ b/src/game/DBCStructure.h @@ -1638,6 +1638,7 @@ struct WorldMapAreaEntry float x1; // 6 float x2; // 7 int32 virtual_map_id; // 8 -1 (map_id have correct map) other: virtual map where zone show (map_id - where zone in fact internally) + // int32 dungeonMap_id; // 9 pointer to DungeonMap.dbc (owerride x1,x2,y1,y2 coordinates) }; struct WorldSafeLocsEntry |