mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-04 05:16:21 -04:00
bazaar retrieve item fix
This commit is contained in:
@@ -471,6 +471,7 @@ public class BazaarService implements INetworkDispatch {
|
||||
else if(item.getItem() instanceof IntangibleObject)
|
||||
player.getSlottedObject("datapad").add(item.getItem());
|
||||
|
||||
core.objectService.getObjectList().put(item.getObjectId(), item.getItem());
|
||||
removeAuctionItem(item);
|
||||
player.getClient().getSession().write(response.serialize());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user