Fixed PVE experience gains not leveling up skills

This commit is contained in:
nossr50
2012-03-02 16:24:28 -08:00
parent 1756031eda
commit 14f1a91eeb
2 changed files with 3 additions and 2 deletions

View File

@ -361,6 +361,7 @@ public class Combat
{
int xp = getXp(target, damage);
PPa.addXP(skillType, xp*10, attacker);
Skills.XpCheckSkill(skillType, attacker);
}
public static int getXp(Entity entity, int damage)