mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-27 22:57:45 +00:00
Fixed playerStateFlags being wrongfully offset by 1 bit
This commit is contained in:
parent
7e135ba636
commit
53e2a46af7
1 changed files with 1 additions and 0 deletions
|
@ -630,6 +630,7 @@ namespace Core {
|
||||||
|
|
||||||
enum struct PlayerStateFlag : uint8_t
|
enum struct PlayerStateFlag : uint8_t
|
||||||
{
|
{
|
||||||
|
SomeFlag,
|
||||||
NoCombat,
|
NoCombat,
|
||||||
Combat,
|
Combat,
|
||||||
Casting,
|
Casting,
|
||||||
|
|
Loading…
Add table
Reference in a new issue