mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01:00
Core/Players: Define new player local flags
This commit is contained in:
@@ -458,6 +458,9 @@ enum PlayerLocalFlags
|
||||
PLAYER_LOCAL_FLAG_CAN_USE_OBJECTS_MOUNTED = 0x00000200,
|
||||
PLAYER_LOCAL_FLAG_CAN_VISIT_PARTY_GARRISON = 0x00000400,
|
||||
PLAYER_LOCAL_FLAG_ACCOUNT_SECURED = 0x00001000, // Script_IsAccountSecured
|
||||
PLAYER_LOCAL_FLAG_OVERRIDE_TRANSPORT_SERVER_TIME= 0x00008000,
|
||||
PLAYER_LOCAL_FLAG_MENTOR_RESTRICTED = 0x00020000,
|
||||
PLAYER_LOCAL_FLAG_WEEKLY_REWARD_AVAILABLE = 0x00040000,
|
||||
};
|
||||
|
||||
// used in PLAYER_FIELD_BYTES2 values
|
||||
|
||||
Reference in New Issue
Block a user