Partial sync with L2jServer HighFive Nov 6th 2015.

This commit is contained in:
MobiusDev
2015-11-07 01:14:51 +00:00
parent 4964c24da9
commit 57dcdb065d
107 changed files with 1331 additions and 266 deletions

View File

@ -98,6 +98,11 @@ public class PreparedEntry extends Entry
{
newProduct.setItemInfo(info);
}
else if (ing.isArmorOrWeapon() && (ing.getTemplate().getDefaultEnchantLevel() > 0))
{
info = new ItemInfo(ing.getTemplate().getDefaultEnchantLevel());
newProduct.setItemInfo(info);
}
_products.add(newProduct);
}
}