mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 01:37:47 +00:00
Fixed playerStateFlags being wrongfully offset by 1 bit
This commit is contained in:
parent
6656accbfc
commit
303f8090d0
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