Commit 5fcecfc7 authored by Yazawazi's avatar Yazawazi Committed by GitHub
Browse files

talentData

sorry again, forgot to add
parent 1db13a6f
...@@ -810,6 +810,8 @@ public class InventoryManager { ...@@ -810,6 +810,8 @@ public class InventoryManager {
nextTalentId = 40 + currentTalentLevel + 1; nextTalentId = 40 + currentTalentLevel + 1;
} }
AvatarTalentData talentData = GenshinData.getAvatarTalentDataMap().get(nextTalentId);
if (talentData == null) { if (talentData == null) {
return; return;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment