[8884] Fix heroic dungeons maxPlayers issue

Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
Lightguard 2009-11-24 09:25:23 +01:00 committed by VladimirMangos
parent 63258f2407
commit 2352576f03
3 changed files with 14 additions and 4 deletions

View file

@ -1773,7 +1773,7 @@ struct MapDifficulty
MapDifficulty(uint32 _resetTime, uint32 _maxPlayers) : resetTime(_resetTime), maxPlayers(_maxPlayers) {}
uint32 resetTime;
uint32 maxPlayers;
uint32 maxPlayers; // some heroic dungeons have 0 when expect same value as in normal dificulty case
};
struct TalentSpellPos