mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 22:32:34 +08:00
talentData
sorry again, forgot to add
This commit is contained in:
committed by
GitHub
Unverified
parent
1db13a6fa9
commit
5fcecfc734
@@ -810,6 +810,8 @@ public class InventoryManager {
|
||||
nextTalentId = 40 + currentTalentLevel + 1;
|
||||
}
|
||||
|
||||
AvatarTalentData talentData = GenshinData.getAvatarTalentDataMap().get(nextTalentId);
|
||||
|
||||
if (talentData == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user