1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-03 17:27:47 +00:00

fixed wrong type

This commit is contained in:
Mordred 2021-12-07 00:13:18 +01:00
parent 139f771e7a
commit 033d0d3c4c

View file

@ -8,7 +8,7 @@
namespace Sapphire::World::Manager
{
enum Hierarchy : __int32
enum Hierarchy : uint32_t
{
NONE_1 = 0x0,
MASTER = 0x1,