strip hones and procs when buying or taking from NPC inventory

This commit is contained in:
2025-03-11 20:12:53 -05:00
parent 3561564f8c
commit 4268d39d17
3 changed files with 5 additions and 0 deletions
@@ -415,6 +415,8 @@ public class ItemProductionMsgHandler extends AbstractClientMsgHandler {
if (player.getCharItemManager().hasRoomInventory(targetItem.getItemBase().getWeight()) == false)
return;
targetItem.stripCastableEnchants();
player.getCharItemManager().buyFromNPC(targetItem, vendor);
}