Core/Misc: Define new area flag
Port From (https://github.com/TrinityCore/TrinityCore/commit/086f337d1534be5b332670fb41a8b883ab731a3a)
This commit is contained in:
@@ -908,7 +908,8 @@ namespace Framework.Constants
|
|||||||
|
|
||||||
public enum AreaFlags2
|
public enum AreaFlags2
|
||||||
{
|
{
|
||||||
DontShowSanctuary = 0x00000200, // Hides sanctuary status from zone text color (Script_GetZonePVPInfo)
|
DontShowSanctuary = 0x200, // Hides sanctuary status from zone text color (Script_GetZonePVPInfo)
|
||||||
|
CanEnableWarMode = 0x1000, // Allows enabling war mode
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum ArtifactCategory
|
public enum ArtifactCategory
|
||||||
|
|||||||
Reference in New Issue
Block a user