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

View File

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