[9642] Add info for know by client epic difficulty

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
XTZGZoReX 2010-03-30 17:51:22 +04:00 committed by VladimirMangos
parent 34e56c9978
commit fd5ec0008d
2 changed files with 2 additions and 1 deletions

View file

@ -250,6 +250,7 @@ enum Difficulty
DUNGEON_DIFFICULTY_NORMAL = 0,
DUNGEON_DIFFICULTY_HEROIC = 1,
//DUNGEON_DIFFICULTY_EPIC = 2, // not used, but exists
RAID_DIFFICULTY_10MAN_NORMAL = 0,
RAID_DIFFICULTY_25MAN_NORMAL = 1,

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9641"
#define REVISION_NR "9642"
#endif // __REVISION_NR_H__