mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-24 05:35:51 +12:00
Add Groomers
This commit is contained in:
parent
dfb177b3d1
commit
62a2e64ea5
6 changed files with 153 additions and 5 deletions
|
@ -72,6 +72,8 @@ namespace HISP.Server
|
|||
public const byte HORSE_TACK_UNEQUIP = 0x3D;
|
||||
public const byte HORSE_VET_SERVICE = 0x2A;
|
||||
public const byte HORSE_VET_SERVICE_ALL = 0x2F;
|
||||
public const byte HORSE_GROOM_SERVICE_ALL = 0x33;
|
||||
public const byte HORSE_GROOM_SERVICE = 0x32;
|
||||
public const byte HORSE_MOUNT = 0x46;
|
||||
public const byte HORSE_SHOE_IRON = 0x28;
|
||||
public const byte HORSE_SHOE_STEEL = 0x29;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue