diff --git a/src/game/DBCEnums.h b/src/game/DBCEnums.h index 2d6b03d5e..8a2e2ecad 100644 --- a/src/game/DBCEnums.h +++ b/src/game/DBCEnums.h @@ -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, diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 3c324e640..28cdb17ca 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9641" + #define REVISION_NR "9642" #endif // __REVISION_NR_H__