Core/Players: Define new player local flags

Port From (https://github.com/TrinityCore/TrinityCore/commit/cdc8ddea43600b606f9e3bd843fff5a2e23e4dc5)
This commit is contained in:
hondacrx
2020-12-13 17:35:50 -05:00
parent b25ae8d778
commit 19da1299bf
+4 -1
View File
@@ -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