Core/Player: Define new PlayerFlagsEx

Port From (https://github.com/TrinityCore/TrinityCore/commit/613ddc46068eecee5842a63246d2db3cc2b5b97e)
This commit is contained in:
hondacrx
2020-12-09 16:04:53 -05:00
parent 0749a06c99
commit 38bc5ef618
+5 -1
View File
@@ -410,7 +410,11 @@ namespace Framework.Constants
{
ReagentBankUnlocked = 0x01,
MercenaryMode = 0x02,
ArtifactForgeCheat = 0x04
ArtifactForgeCheat = 0x04,
InPvpCombat = 0x0040, // Forbids /Follow
Mentor = 0x0080,
Newcomer = 0x0100,
UnlockedAoeLoot = 0x0200
}
public enum CharacterFlags : uint