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
@@ -1510,6 +1510,8 @@ public class CharacterItemManager {
if (purchasedItem == null || npc == null)
return false;
purchasedItem.stripCastableEnchants();
itemMan = npc.getCharItemManager();
if (itemMan == null)