mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
Cleanups in instance_template and map entrance DBC data.
This commit is contained in:
parent
43cc07fbbc
commit
48254e3879
7 changed files with 63 additions and 51 deletions
|
|
@ -1108,9 +1108,9 @@ struct MapEntry
|
|||
// 56 intro text flags
|
||||
uint32 multimap_id; // 57 index in LoadingScreens.dbc
|
||||
//float BattlefieldMapIconScale; // 58 BattlefieldMapIconScale
|
||||
int32 entrance_map; // 59 map_id of entrance map
|
||||
float entrance_x; // 60 entrance x coordinate (if exist single entry)
|
||||
float entrance_y; // 61 entrance y coordinate (if exist single entry)
|
||||
int32 ghost_entrance_map; // 59 map_id of entrance map in ghost mode (continent always and in most cases = normal entrance)
|
||||
float ghost_entrance_x; // 60 entrance x coordinate in ghost mode (in most cases = normal entrance)
|
||||
float ghost_entrance_y; // 61 entrance y coordinate in ghost mode (in most cases = normal entrance)
|
||||
//uint32 timeOfDayOverride; // 62 time of day override
|
||||
uint32 addon; // 63 expansion
|
||||
// 64 some kind of time?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue