strip hones and procs when buying or taking from NPC inventory
This commit is contained in:
@@ -1510,6 +1510,8 @@ public class CharacterItemManager {
|
||||
if (purchasedItem == null || npc == null)
|
||||
return false;
|
||||
|
||||
purchasedItem.stripCastableEnchants();
|
||||
|
||||
itemMan = npc.getCharItemManager();
|
||||
|
||||
if (itemMan == null)
|
||||
|
||||
Reference in New Issue
Block a user