mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-10 17:23:21 +08:00
Fix /talent saving to level instead of id
This commit is contained in:
parent
5d917f185f
commit
63efef8d05
@ -24,7 +24,7 @@ public final class TalentCommand implements CommandHandler {
|
||||
}
|
||||
|
||||
// Upgrade skill
|
||||
avatar.getSkillLevelMap().put(talentLevel, talentLevel);
|
||||
avatar.getSkillLevelMap().put(talentId, talentLevel);
|
||||
avatar.save();
|
||||
|
||||
// Packet
|
||||
|
Loading…
Reference in New Issue
Block a user