Warning fix

This commit is contained in:
Shauren
2016-02-03 00:31:07 +01:00
parent 3fa86e7931
commit 6434fff067

View File

@@ -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,