mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-11-24 10:18:16 +00:00
Resolution of accidental shifting of eItemType enum (#976)
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
enum class eItemType : int32_t {
|
enum class eItemType : int32_t {
|
||||||
UNKNOWN = -1,
|
UNKNOWN = -1,
|
||||||
BRICK,
|
BRICK = 1,
|
||||||
HAT,
|
HAT,
|
||||||
HAIR,
|
HAIR,
|
||||||
NECK,
|
NECK,
|
||||||
|
|||||||
Reference in New Issue
Block a user