mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-24 13:45:54 +12:00
Add throwable items
This commit is contained in:
parent
811bc70ea2
commit
b773e7c423
7 changed files with 122 additions and 18 deletions
|
@ -206,6 +206,7 @@ namespace HISP.Server
|
|||
public const byte ITEM_CONSUME = 0x51;
|
||||
public const byte ITEM_DRINK = 0x52;
|
||||
public const byte ITEM_BINOCULARS = 0x5C;
|
||||
public const byte ITEM_THROW = 0x1F;
|
||||
public const byte ITEM_MAGNIFYING = 0x5D;
|
||||
public const byte ITEM_CRAFT = 0x64;
|
||||
public const byte ITEM_USE = 0x5F;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue