L2JMobius

High Five ClanHallAuction (itemQuantity)

flor · 1 · 127

Offline flor

  • Vassal
  • *
    • Posts: 3
So in HF code I found that _itemQuantity (ClanHallAuction class, gameserver.model.residences) is private final long _itemQuantity = 0; (which means it always stays 0) and that getItemQuantity() method is never actually called anywhere in (at least) HF code. Can someone explain if it's a bug or what it is?