1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +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 uint8_t
{ {
Normal = 0x1, Normal = 0x1,
ItemAction = 0x2,
MountSkill = 0xD, MountSkill = 0xD,
}; };