mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-04-26 14:37:44 +00:00
add itemaction type
This commit is contained in:
parent
972a5ae806
commit
edd61389dc
1 changed files with 1 additions and 0 deletions
|
@ -766,6 +766,7 @@ namespace Sapphire::Common
|
|||
uint8_t
|
||||
{
|
||||
Normal = 0x1,
|
||||
ItemAction = 0x2,
|
||||
MountSkill = 0xD,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue