Updated map.dbc struct.

This commit is contained in:
tomrus88 2009-07-11 07:53:38 +04:00
parent 755c8a1a81
commit d0350c8c7d
2 changed files with 2 additions and 1 deletions

View file

@ -1089,6 +1089,7 @@ struct MapEntry
// 61 -1, 0 and 720
uint32 addon; // 62 (0-original maps,1-tbc addon)
// 63 some kind of time?
//uint32 maxPlayers; // 64 max players
// Helpers
uint32 Expansion() const { return addon; }