From 19da1299bf58be0ad9c9524224b36c1391aba498 Mon Sep 17 00:00:00 2001 From: hondacrx Date: Sun, 13 Dec 2020 17:35:50 -0500 Subject: [PATCH] Core/Players: Define new player local flags Port From (https://github.com/TrinityCore/TrinityCore/commit/cdc8ddea43600b606f9e3bd843fff5a2e23e4dc5) --- Source/Framework/Constants/PlayerConst.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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