1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-26 22:37:45 +00:00

Fixed playerStateFlags being wrongfully offset by 1 bit

This commit is contained in:
Mordred 2017-10-01 01:42:07 +02:00
parent 7e135ba636
commit 53e2a46af7

View file

@ -630,6 +630,7 @@ namespace Core {
enum struct PlayerStateFlag : uint8_t
{
SomeFlag,
NoCombat,
Combat,
Casting,