mirror of
https://github.com/Melledy/LunarCore.git
synced 2025-12-23 02:34:54 +01:00
Fix ability points not showing up in SU
This commit is contained in:
@@ -1083,7 +1083,7 @@ public class Player implements Tickable {
|
||||
|
||||
public RogueCurVirtualItemInfo getCurRogueVirtualItem() {
|
||||
var proto = RogueCurVirtualItemInfo.newInstance()
|
||||
.setCurRogueAbilityPoint(this.getTalentPoints());
|
||||
.setCurTalentCoin(this.getTalentPoints());
|
||||
|
||||
if (this.getRogueInstance() != null) {
|
||||
proto.setCurRogueCoin(this.getRogueInstance().getMoney());
|
||||
|
||||
@@ -204,7 +204,7 @@ public class RogueManager extends BasePlayerManager {
|
||||
aeonInfo.addAeonIdList(aeonExcel.getAeonID());
|
||||
}
|
||||
aeonInfo.setIsUnlocked(true);
|
||||
//aeonInfo.setUnlockAeonEnhanceNum(3); // guess
|
||||
aeonInfo.setUnlockAeonEnhanceNum(3); // guess
|
||||
}
|
||||
|
||||
// Set rogue data
|
||||
|
||||
Reference in New Issue
Block a user