mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 07:37:03 +00:00
Merge remote branch 'origin/master' into 330
This commit is contained in:
commit
90ee507cf7
83 changed files with 1629 additions and 737 deletions
|
|
@ -1769,7 +1769,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