mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 01:37:01 +00:00
[8884] Fix heroic dungeons maxPlayers issue
Signed-off-by: Lightguard <Lightguard@tauri.hu>
This commit is contained in:
parent
63258f2407
commit
2352576f03
3 changed files with 14 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue