Examples of MenteeMentor


Examples of lineage2.gameserver.model.actor.instances.player.MenteeMentor

      {
        int objectId = rset.getInt("charid");
        String name = rset.getString("char_name");
        int classId = rset.getInt("class_id");
        int level = rset.getInt("level");
        map.put(objectId, new MenteeMentor(objectId, name, classId, level, classId > 138));
      }
    }
    catch (Exception e)
    {
      _log.error("MentoringDAO.load(L2Player): " + e, e);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.