aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-02-03 00:31:07 +0100
committerShauren <shauren.trinity@gmail.com>2016-02-03 00:31:07 +0100
commit6434fff067b538265d4b55cfef2f20192fdbcdae (patch)
tree103743b7832a7aaec8af799ad7aa8454a80648d5 /src
parent3fa86e79319f055bce56b95a1dc399e6675761b7 (diff)
Warning fix
Diffstat (limited to 'src')
-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,