Start mobequip refactor
This commit is contained in:
@@ -115,7 +115,7 @@ public class BuyFromNPCMsgHandler extends AbstractClientMsgHandler {
|
||||
buy = Item.createItemForPlayer(sourcePlayer, me.templateID);
|
||||
|
||||
if (buy != null) {
|
||||
me.transferEnchants(buy);
|
||||
// me.transferEnchants(buy);
|
||||
itemMan.addItemToInventory(buy);
|
||||
//itemMan.updateInventory();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user