Core/Player: Define new PlayerFlagsEx

This commit is contained in:
Shauren
2020-11-05 19:38:47 +01:00
parent 4ca29f3cb0
commit 613ddc4606

View File

@@ -437,7 +437,11 @@ enum PlayerFlagsEx
{
PLAYER_FLAGS_EX_REAGENT_BANK_UNLOCKED = 0x0001,
PLAYER_FLAGS_EX_MERCENARY_MODE = 0x0002,
PLAYER_FLAGS_EX_ARTIFACT_FORGE_CHEAT = 0x0004
PLAYER_FLAGS_EX_ARTIFACT_FORGE_CHEAT = 0x0004,
PLAYER_FLAGS_EX_IN_PVP_COMBAT = 0x0040, // Forbids /follow
PLAYER_FLAGS_EX_MENTOR = 0x0080,
PLAYER_FLAGS_EX_NEWCOMER = 0x0100,
PLAYER_FLAGS_EX_UNLOCKED_AOE_LOOT = 0x0200
};
enum PlayerLocalFlags