strip item enchants

This commit is contained in:
2025-03-03 07:17:12 -06:00
parent 898f6dfa69
commit 46b9da0612
2 changed files with 24 additions and 11 deletions
@@ -1058,6 +1058,7 @@ public class CharacterItemManager {
i.addToCache();
try {
i.stripCastableEnchants();
this.updateInventory();
}catch(Exception ignored){
Logger.error("FAILED TO STRIP CASTABLE ENCHANTS: Move Item To Bank");
}
@@ -1203,6 +1204,7 @@ public class CharacterItemManager {
try {
i.stripCastableEnchants();
this.updateInventory();
}catch(Exception ignored){
Logger.error("FAILED TO STRIP CASTABLE ENCHANTS: Move Item To Vault");
}