Updating Henna list.

Contributed by OdairDevalier.
This commit is contained in:
MobiusDev
2015-05-18 23:18:18 +00:00
parent 52f0d1b63d
commit b02e26f864
3 changed files with 11867 additions and 379 deletions

View File

@ -52,14 +52,14 @@ public class L2Henna
_dyeId = set.getInt("dyeId");
_dyeName = set.getString("dyeName");
_dyeItemId = set.getInt("dyeItemId");
_str = set.getInt("str");
_con = set.getInt("con");
_dex = set.getInt("dex");
_int = set.getInt("int");
_men = set.getInt("men");
_wit = set.getInt("wit");
_luc = set.getInt("luc");
_cha = set.getInt("cha");
_str = set.getInt("str", 0);
_con = set.getInt("con", 0);
_dex = set.getInt("dex", 0);
_int = set.getInt("int", 0);
_men = set.getInt("men", 0);
_wit = set.getInt("wit", 0);
_luc = set.getInt("luc", 0);
_cha = set.getInt("cha", 0);
_wear_fee = set.getInt("wear_fee");
_wear_count = set.getInt("wear_count");
_cancel_fee = set.getInt("cancel_fee");