[DiscordArchive] What does wiki say?
[DiscordArchive] What does wiki say?
Archived author: schlumpf • Posted: 2018-07-05T16:10:56.607000+00:00
Original source
What does wiki say?
Archived author: Deleted User • Posted: 2018-07-05T16:11:46.516000+00:00
Original source
You’re just brought back memories of what does the Fox say
Archived author: schlumpf • Posted: 2018-07-05T16:12:23.185000+00:00
Original source
I do not have any memories regarding talking foxes, sorry.
Archived author: Kaev • Posted: 2018-07-05T16:13:02.578000+00:00
Original source
Wiki says this
```
struct SMAreaInfo // -> CMapAreaTableEntry
{
#if version < ? // until they maps are split into adts
uint32_t offset;
uint32_t size;
#endif
#if version > ? // beginning them being split into adts
uint32_t Flag_HasADT : 1;
#endif
#if version ≥ Cata
uint32_t Flag_AllWater : 1;
#endif
uint32_t Flag_Loaded : 1;
uint32_t asyncId; // only set during runtime.
} map_area_info[64*64];
```