talentData

sorry again, forgot to add
This commit is contained in:
Yazawazi 2022-04-19 20:05:45 +08:00 committed by GitHub
parent e69b08b7c0
commit d97b2e834a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -810,6 +810,8 @@ public class InventoryManager {
nextTalentId = 40 + currentTalentLevel + 1;
}
AvatarTalentData talentData = GenshinData.getAvatarTalentDataMap().get(nextTalentId);
if (talentData == null) {
return;
}