Updated to 10116 client build.

This commit is contained in:
tomrus88 2009-07-17 17:01:47 +04:00
parent ca2a2195be
commit 3de88aef12
10 changed files with 14 additions and 8 deletions

View file

@ -1729,6 +1729,7 @@ struct WorldMapAreaEntry
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)
// uint32 someMapID; // 10
};
#define MAX_WORLD_MAP_OVERLAY_AREA_IDX 4