mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 05:27:19 +00:00
Resolution of accidental shifting of eItemType enum (#976)
This commit is contained in:
parent
cdffd5ff30
commit
6aa69de4fd
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user