mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-05-09 05:25:55 +08:00
talentData
sorry again, forgot to add
This commit is contained in:
parent
e69b08b7c0
commit
d97b2e834a
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user