[7545] Fixed exploration achievements for certian areas

This commit is contained in:
DonTomika 2009-03-26 17:03:30 +01:00 committed by arrai
parent 68ec6ae8ab
commit ff0c31e103
4 changed files with 19 additions and 9 deletions

View file

@ -1609,7 +1609,7 @@ struct WorldSafeLocsEntry
struct WorldMapOverlayEntry
{
uint32 ID; // 0
uint32 areatableID; // 2
uint32 areatableID[4]; // 2-5
};
// GCC have alternative #pragma pack() syntax and old gcc version not support pack(pop), also any gcc version not support it at some platform