mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 22:37:02 +00:00
Added structure for WorldMapOverlay.dbc
This commit is contained in:
parent
91984f83b5
commit
82898a7922
4 changed files with 12 additions and 1 deletions
|
|
@ -1459,6 +1459,12 @@ struct WorldSafeLocsEntry
|
|||
// 21 name flags, unused
|
||||
};
|
||||
|
||||
struct WorldMapOverlayEntry
|
||||
{
|
||||
uint32 ID; // 0
|
||||
uint32 areatableID; // 2
|
||||
};
|
||||
|
||||
// GCC have alternative #pragma pack() syntax and old gcc version not support pack(pop), also any gcc version not support it at some platform
|
||||
#if defined( __GNUC__ )
|
||||
#pragma pack()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue