correct xp, still not right though

This commit is contained in:
darkk1138
2013-12-09 23:30:16 +01:00
parent c19e2e20ba
commit 64a0e2898d
+1 -1
View File
@@ -320,7 +320,7 @@ public class EntertainmentService implements INetworkDispatch {
return;
}
int floXP = (int)( (float) p.getFlourishXpMod() / 6.0f);
int floXP = p.getFlourishXpMod();
int floCount = entertainer.getFlourishCount();
int XP = ((floCount > 2) ? 2 : floCount) * floXP;