mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-25 19:17:45 +00:00
fix enum type
This commit is contained in:
parent
0724364d69
commit
96a25c9a9e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ enum class ActionCategory : uint8_t
|
|||
|
||||
///////////////////////////////////////////////////////////
|
||||
//AttackType.exd
|
||||
enum class AttackType : int32_t
|
||||
enum class AttackType : int8_t
|
||||
{
|
||||
Physical = -1,
|
||||
None = 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue