mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-24 05:35:51 +12:00
Add barns!
This commit is contained in:
parent
62a2e64ea5
commit
e32dabb1b4
7 changed files with 267 additions and 13 deletions
|
@ -74,10 +74,12 @@ namespace HISP.Server
|
|||
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_BARN_SERVICE = 0x37;
|
||||
public const byte HORSE_BARN_SERVICE_ALL = 0x38;
|
||||
public const byte HORSE_SHOE_IRON = 0x28;
|
||||
public const byte HORSE_SHOE_STEEL = 0x29;
|
||||
public const byte HORSE_SHOE_ALL = 0x2E;
|
||||
public const byte HORSE_MOUNT = 0x46;
|
||||
public const byte HORSE_DISMOUNT = 0x47;
|
||||
public const byte HORSE_ESCAPE = 0x1E;
|
||||
public const byte HORSE_CAUGHT = 0x1D;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue