L2JMobius

Public Development => Bug Reports => Topic started by: flor on April 12, 2026, 09:39:19 PM

Title: ClanHallAuction (itemQuantity)
Post by: flor on April 12, 2026, 09:39:19 PM
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?