mirror of
https://github.com/mangosfour/server.git
synced 2025-12-21 19:37:02 +00:00
[7545] Fixed exploration achievements for certian areas
This commit is contained in:
parent
68ec6ae8ab
commit
ff0c31e103
4 changed files with 19 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue