1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47: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 enum struct PlayerStateFlag : uint8_t
{ {
SomeFlag,
NoCombat, NoCombat,
Combat, Combat,
Casting, Casting,