114115116117118119120121122123124
// 5items must go here for(int x = 1; x < 6; x++) { if(rset.getInt("char_templates.items" + x) != 0) { ct.addItem(rset.getInt("char_templates.items" + x)); } } _templates.put(ct.classId.getId(), ct); // // Female class
133134135136137138139140141142143
for(int x = 1; x < 6; x++) { int itemId = rset.getInt("char_templates.items" + x); if(itemId != 0) { ct.addItem(itemId); } } _templates.put(ct.classId.getId() | 0x100, ct); } }