793794795796797798799800801802803
if(st.hasMoreTokens()) { enchant = Integer.parseInt(st.nextToken().trim()); } cond = joinAnd(cond, new ConditionSlotItemId(slot, id, enchant)); } } if(cond == null) { _log.severe("Unrecognized <using> condition in " + _file);