Core/Instances: Instance lock rewrite (WIP)
Port From (https://github.com/TrinityCore/TrinityCore/commit/17665c929c3a9fb7fe75dd680648129bc1c1f874)
This commit is contained in:
@@ -943,9 +943,8 @@ namespace Framework.Constants
|
||||
|
||||
public enum MapFlags
|
||||
{
|
||||
CanToggleDifficulty = 0x0100,
|
||||
FlexLocking = 0x8000, // All difficulties share completed encounters lock, not bound to a single instance id
|
||||
// heroic difficulty flag overrides it and uses instance id bind
|
||||
CanToggleDifficulty = 0x100,
|
||||
FlexLocking = 0x8000,
|
||||
Garrison = 0x4000000
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user