mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 05:05:40 +12:00
no message
This commit is contained in:
parent
0d64c3e22c
commit
db8b3b6c54
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ namespace Horse_Isle_Server
|
|||
message += Messages.FormatPlayerInventoryItemMeta(itemInfo.IconId, item.ItemInstances.Count, title);
|
||||
|
||||
int randomId = item.ItemInstances[0].RandomID;
|
||||
int sortBy = itemInfo.SortBy
|
||||
int sortBy = itemInfo.SortBy;
|
||||
if(sortBy == 2) // all items with sort 2 are throwable-
|
||||
|
||||
message += Messages.FormatItemDropItemButton(randomId);
|
||||
|
|
Loading…
Add table
Reference in a new issue