Core/Players: Define new player local flags
Port From (https://github.com/TrinityCore/TrinityCore/commit/cdc8ddea43600b606f9e3bd843fff5a2e23e4dc5)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user