diff --git a/Source/Framework/Constants/PlayerConst.cs b/Source/Framework/Constants/PlayerConst.cs index 05690d2ae..4863f7bec 100644 --- a/Source/Framework/Constants/PlayerConst.cs +++ b/Source/Framework/Constants/PlayerConst.cs @@ -469,7 +469,10 @@ namespace Framework.Constants UsingPartGarrison = 0x100, CanUseObjectsMounted = 0x200, CanVisitPartyGarrison = 0x400, - AccountSecured = 0x1000 // Script_IsAccountSecured + AccountSecured = 0x1000, // Script_IsAccountSecured + OverrideTransportServerTime = 0x8000, + MentorRestricted = 0x20000, + WeeklyRewardAvailable = 0x40000 } public enum PlayerFieldByte2Flags