From 1ac13728a70fccf9180a7065b04c9dd9c83a9498 Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 26 Mar 2009 14:02:11 -0600 Subject: [7545] Fixed exploration achievements for certian areas Author: DonTomika [7546] move uptime table to Realm database, use realmid column. Author: Triply --HG-- branch : trunk --- src/shared/Database/DBCStructure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shared/Database/DBCStructure.h') 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 -- cgit v1.2.3