Skip to content

Commit

Permalink
talentData
Browse files Browse the repository at this point in the history
sorry again, forgot to add
  • Loading branch information
Yazawazi committed Apr 19, 2022
1 parent e69b08b commit d97b2e8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,8 @@ public void unlockAvatarConstellation(GenshinPlayer player, long guid) {
nextTalentId = 40 + currentTalentLevel + 1;
}

AvatarTalentData talentData = GenshinData.getAvatarTalentDataMap().get(nextTalentId);

if (talentData == null) {
return;
}
Expand Down

0 comments on commit d97b2e8

Please sign in to comment.