mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-12 21:34:35 +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() {
|
public int getMaxSp() {
|
||||||
return this.getExcel().getMaxSp();
|
return 10000;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getCurrentHp(PlayerLineup lineup) {
|
public int getCurrentHp(PlayerLineup lineup) {
|
||||||
|
|||||||
Reference in New Issue
Block a user