mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-31 01:15:57 -04:00
fixed waypoint crash
This commit is contained in:
@@ -780,6 +780,8 @@ public class BazaarService implements INetworkDispatch {
|
||||
}
|
||||
|
||||
public void addAuctionItem(AuctionItem auctionItem) {
|
||||
if(auctionItem == null)
|
||||
return;
|
||||
auctionItems.add(auctionItem);
|
||||
int commodityNumber = 0;
|
||||
if(commodityLimit.get(auctionItem.getOwnerId()) != null)
|
||||
|
||||
Reference in New Issue
Block a user