aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/server/game/DataStores/DBCStructure.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/DataStores/DBCStructure.h b/src/server/game/DataStores/DBCStructure.h
index 418c238b52d..f051184b7e7 100644
--- a/src/server/game/DataStores/DBCStructure.h
+++ b/src/server/game/DataStores/DBCStructure.h
@@ -42,7 +42,7 @@ struct AreaTableEntry
uint32 ID; // 0
uint32 MapID; // 1
uint32 ParentAreaID; // 2 if 0 then it's zone, else it's zone id of this area
- uint32 AreaBit; // 3, main index
+ int32 AreaBit; // 3
uint32 Flags[2]; // 4-5,
//uint32 SoundProviderPref; // 6,
//uint32 SoundProviderPrefUnderwater; // 7,