mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-09 17:58:20 +00:00
fix type
This commit is contained in:
parent
8ca05241f2
commit
86f335d64b
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
enum class eReponseMoveItemBetweenInventoryTypeCode : uint32_t {
|
enum class eReponseMoveItemBetweenInventoryTypeCode : int32_t {
|
||||||
SUCCESS,
|
SUCCESS,
|
||||||
FAIL_GENERIC,
|
FAIL_GENERIC,
|
||||||
FAIL_INV_FULL,
|
FAIL_INV_FULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user