mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 13:39:58 +08:00
Fix /talent saving to level instead of id
This commit is contained in:
committed by
Melledy
Unverified
parent
56635f2ecc
commit
c2d41ca0cf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user