talentData

sorry again, forgot to add
This commit is contained in:
Yazawazi 2022-04-19 20:05:45 +08:00 committed by GitHub
parent 1db13a6fa9
commit 5fcecfc734

View File

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