mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 09:48:20 +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 {
|
||||
UNKNOWN = -1,
|
||||
BRICK,
|
||||
BRICK = 1,
|
||||
HAT,
|
||||
HAIR,
|
||||
NECK,
|
||||
|
Loading…
Reference in New Issue
Block a user