|
@@ -191,7 +191,8 @@ public class L2Multisell
|
|
continue; // do not adena yet, as taxIngredient adena entries might occur next (order not guaranteed)
|
|
continue; // do not adena yet, as taxIngredient adena entries might occur next (order not guaranteed)
|
|
}
|
|
}
|
|
// if it is an armor/weapon, modify the enchantment level appropriately, if necessary
|
|
// if it is an armor/weapon, modify the enchantment level appropriately, if necessary
|
|
- else if (maintainEnchantment)
|
|
|
|
|
|
+ // not used for clan reputation and fame
|
|
|
|
+ else if (maintainEnchantment && newIngredient.getItemId() > 0)
|
|
{
|
|
{
|
|
L2Item tempItem = ItemTable.getInstance().createDummyItem(ing.getItemId()).getItem();
|
|
L2Item tempItem = ItemTable.getInstance().createDummyItem(ing.getItemId()).getItem();
|
|
if ((tempItem instanceof L2Armor) || (tempItem instanceof L2Weapon))
|
|
if ((tempItem instanceof L2Armor) || (tempItem instanceof L2Weapon))
|