Core/Players: Name unknown player flags and rename MENTOR to TIMEWALKING

Port From (https://github.com/TrinityCore/TrinityCore/commit/dd9913d7e3cb7a773849a8a80670ea62a200a02f)
This commit is contained in:
hondacrx
2021-06-05 19:51:34 -04:00
parent c1409e4787
commit cd07815901
+3 -3
View File
@@ -391,7 +391,7 @@ namespace Framework.Constants
PlayedTooLong = 0x2000, PlayedTooLong = 0x2000,
IsOutOfBounds = 0x4000, IsOutOfBounds = 0x4000,
Developer = 0x8000, Developer = 0x8000,
Unk16 = 0x10000, LowLevelRaidEnabled = 0x10000,
TaxiBenchmark = 0x20000, TaxiBenchmark = 0x20000,
PVPTimer = 0x40000, PVPTimer = 0x40000,
Uber = 0x80000, Uber = 0x80000,
@@ -405,8 +405,8 @@ namespace Framework.Constants
AutoDeclineGuild = 0x8000000, AutoDeclineGuild = 0x8000000,
GuildLevelEnabled = 0x10000000, GuildLevelEnabled = 0x10000000,
VoidUnlocked = 0x20000000, VoidUnlocked = 0x20000000,
Mentor = 0x40000000, Timewalking = 0x40000000,
Unk31 = 0x80000000 CommentatorCamera = 0x80000000
} }
public enum PlayerFlagsEx public enum PlayerFlagsEx