- Added all referenced libraries for eclipse to perform as it should.
- Renamed AuctionManager into ClanHallAuctionManager. - Created Comission (Auction house) system. - Reworked vitality system from account based to subclass based.
This commit is contained in:
@@ -100,10 +100,10 @@ public final class ClanHallManager
|
||||
}
|
||||
_freeClanHall.put(id, ch);
|
||||
|
||||
Auction auc = AuctionManager.getInstance().getAuction(id);
|
||||
Auction auc = ClanHallAuctionManager.getInstance().getAuction(id);
|
||||
if ((auc == null) && (lease > 0))
|
||||
{
|
||||
AuctionManager.getInstance().initNPC(id);
|
||||
ClanHallAuctionManager.getInstance().initNPC(id);
|
||||
}
|
||||
}
|
||||
_log.info(getClass().getSimpleName() + ": Loaded: " + getClanHalls().size() + " clan halls");
|
||||
|
Reference in New Issue
Block a user