Added structure for WorldMapOverlay.dbc

This commit is contained in:
arrai 2008-11-28 22:32:02 +01:00
parent 91984f83b5
commit 82898a7922
4 changed files with 12 additions and 1 deletions

View file

@ -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()