diff options
author | Shauren <shauren.trinity@gmail.com> | 2016-02-03 00:31:07 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2016-02-03 00:31:07 +0100 |
commit | 6434fff067b538265d4b55cfef2f20192fdbcdae (patch) | |
tree | 103743b7832a7aaec8af799ad7aa8454a80648d5 /src | |
parent | 3fa86e79319f055bce56b95a1dc399e6675761b7 (diff) |
Warning fix
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/DataStores/DBCStructure.h | 2 |
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, |