Core/Map: Implement several difficulty getters

Port From (https://github.com/TrinityCore/TrinityCore/commit/9eceff2bc243946998c006418229dbb639e898d6)
This commit is contained in:
hondacrx
2024-02-01 18:02:16 -05:00
parent a57a2d948d
commit 4c66c90f94
3 changed files with 89 additions and 20 deletions
+3 -3
View File
@@ -933,11 +933,11 @@ namespace Framework.Constants
public enum DifficultyFlags : ushort
{
Heroic = 0x01,
HeroicStyleLockouts = 0x01,
Default = 0x02,
CanSelect = 0x04, // Player can select this difficulty in dropdown menu
ChallengeMode = 0x08,
//ChallengeMode = 0x08, // deprecated since Legion expansion
LfgOnly = 0x10,
Legacy = 0x20,
DisplayHeroic = 0x40, // Controls icon displayed on minimap when inside the instance
DisplayMythic = 0x80 // Controls icon displayed on minimap when inside the instance