mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[9642] Add info for know by client epic difficulty
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
34e56c9978
commit
fd5ec0008d
2 changed files with 2 additions and 1 deletions
|
|
@ -250,6 +250,7 @@ enum Difficulty
|
||||||
|
|
||||||
DUNGEON_DIFFICULTY_NORMAL = 0,
|
DUNGEON_DIFFICULTY_NORMAL = 0,
|
||||||
DUNGEON_DIFFICULTY_HEROIC = 1,
|
DUNGEON_DIFFICULTY_HEROIC = 1,
|
||||||
|
//DUNGEON_DIFFICULTY_EPIC = 2, // not used, but exists
|
||||||
|
|
||||||
RAID_DIFFICULTY_10MAN_NORMAL = 0,
|
RAID_DIFFICULTY_10MAN_NORMAL = 0,
|
||||||
RAID_DIFFICULTY_25MAN_NORMAL = 1,
|
RAID_DIFFICULTY_25MAN_NORMAL = 1,
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9641"
|
#define REVISION_NR "9642"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue