Start mobequip refactor

This commit is contained in:
2024-03-18 10:12:13 -04:00
parent 61c4cb1361
commit 8f7208ff34
5 changed files with 38 additions and 40 deletions
@@ -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();
}