Core/Map: Implement several difficulty getters
Port From (https://github.com/TrinityCore/TrinityCore/commit/9eceff2bc243946998c006418229dbb639e898d6)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user