Hero item fix.
Contributed by Sahar.
This commit is contained in:
parent
d77d07d0a3
commit
0e418249fe
@ -638,7 +638,7 @@ public class Hero
|
||||
}
|
||||
|
||||
final InventoryUpdate iu = new InventoryUpdate();
|
||||
for (L2ItemInstance item : player.getInventory().getAvailableItems(false, false, false))
|
||||
for (L2ItemInstance item : player.getInventory().getItems())
|
||||
{
|
||||
if ((item != null) && item.isHeroItem())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user