1
Fork 0
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:
NotAdam 2019-01-29 23:29:28 +11:00
parent 972a5ae806
commit edd61389dc

View file

@ -766,6 +766,7 @@ namespace Sapphire::Common
uint8_t
{
Normal = 0x1,
ItemAction = 0x2,
MountSkill = 0xD,
};