aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game/DBCEnums.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/DBCEnums.h b/src/game/DBCEnums.h
index e6525f3df12..967a5a683f1 100644
--- a/src/game/DBCEnums.h
+++ b/src/game/DBCEnums.h
@@ -251,6 +251,7 @@ enum Difficulty
DUNGEON_DIFFICULTY_NORMAL = 0,
DUNGEON_DIFFICULTY_HEROIC = 1,
+ DUNGEON_DIFFICULTY_EPIC = 2,
RAID_DIFFICULTY_10MAN_NORMAL = 0,
RAID_DIFFICULTY_25MAN_NORMAL = 1,
@@ -258,7 +259,7 @@ enum Difficulty
RAID_DIFFICULTY_25MAN_HEROIC = 3,
};
-#define MAX_DUNGEON_DIFFICULTY 2
+#define MAX_DUNGEON_DIFFICULTY 3
#define MAX_RAID_DIFFICULTY 4
#define MAX_DIFFICULTY 4