forked from MagicBane/Server
Rewrite of handler
This commit is contained in:
@@ -113,7 +113,7 @@ public class BuyFromNPCMsgHandler extends AbstractClientMsgHandler {
|
||||
if (vendorItem != null) {
|
||||
// me.transferEnchants(buy);
|
||||
itemMan.addItemToInventory(vendorItem);
|
||||
//itemMan.updateInventory();
|
||||
itemMan.updateInventory();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user