mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 21:55:42 +12:00
Fix weird probably toc/tou crash'
This commit is contained in:
parent
1cb158f7b0
commit
d837b3d8ea
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ namespace HISP.Game.Inventory
|
||||||
|
|
||||||
public InventoryItem[] GetItemList()
|
public InventoryItem[] GetItemList()
|
||||||
{
|
{
|
||||||
return inventoryItems.OrderBy(o => o.ItemInstances[0].GetItemInfo().SortBy).ToArray();
|
return inventoryItems.OrderBy(o => Item.GetItemById(o.ItemId).SortBy).ToArray();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue