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