aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/DBCStructure.h
diff options
context:
space:
mode:
authormegamage <none@none>2009-03-26 14:02:11 -0600
committermegamage <none@none>2009-03-26 14:02:11 -0600
commit1ac13728a70fccf9180a7065b04c9dd9c83a9498 (patch)
tree48476df9c3caa90820269a0536c86a28a2c0e20f /src/shared/Database/DBCStructure.h
parent68c3039715d8b68aa1b33a44bae3dd5d59eb5e5f (diff)
[7545] Fixed exploration achievements for certian areas Author: DonTomika
[7546] move uptime table to Realm database, use realmid column. Author: Triply --HG-- branch : trunk
Diffstat (limited to 'src/shared/Database/DBCStructure.h')
-rw-r--r--src/shared/Database/DBCStructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCStructure.h b/src/shared/Database/DBCStructure.h
index 15a23211869..32f78faa509 100644
--- a/src/shared/Database/DBCStructure.h
+++ b/src/shared/Database/DBCStructure.h
@@ -1621,7 +1621,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