mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-12 13:24:36 +01:00
Fix avatar max SP value to be more like on official servers
This commit is contained in:
@@ -139,7 +139,7 @@ public class GameAvatar implements GameEntity {
|
||||
}
|
||||
|
||||
public int getMaxSp() {
|
||||
return this.getExcel().getMaxSp();
|
||||
return 10000;
|
||||
}
|
||||
|
||||
public int getCurrentHp(PlayerLineup lineup) {
|
||||
|
||||
Reference in New Issue
Block a user