mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-03 01:07:47 +00:00
fixed wrong type
This commit is contained in:
parent
139f771e7a
commit
033d0d3c4c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
namespace Sapphire::World::Manager
|
||||
{
|
||||
|
||||
enum Hierarchy : __int32
|
||||
enum Hierarchy : uint32_t
|
||||
{
|
||||
NONE_1 = 0x0,
|
||||
MASTER = 0x1,
|
||||
|
|
Loading…
Add table
Reference in a new issue