Update changelog and fix for Jenkins build #4

This commit is contained in:
TheYeti
2012-01-26 15:19:07 -08:00
parent 7e7505381b
commit 85fe839e91
2 changed files with 6 additions and 1 deletions

View File

@ -108,7 +108,7 @@ public class Combat
if(hpLeft < event.getDamage())
xpinc = hpLeft;
else
xpinc = event.getDamage;
xpinc = event.getDamage();
int xp = (int) (xpinc * 2 * LoadProperties.pvpxprewardmodifier);