mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
correct xp, still not right though
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user