Intercept conect on start again

l2c_getUserSkills() done (usage example in sources)
This commit is contained in:
alexey.min
2012-05-12 19:14:08 +00:00
parent 070dc51e92
commit 4c4ea452d7
4 changed files with 27 additions and 8 deletions

View File

@@ -159,6 +159,7 @@ void UserSkills::parse_SkillList( L2GamePacket *p )
s.isEnchanted = p->readChar(); // writeC(temp.enchanted ? 1 : 0);
addSkill( &s );
}
log_error( LOG_USERAI, "UserSkills::parse_SkillList(): %d skills parsed\n", nSkills );
}
void UserSkills::parse_SkillCoolTime( L2GamePacket *p )