mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-09 02:03:35 +08:00
Name Card Done!!!!!!!!!!!
This commit is contained in:
committed by
GitHub
Unverified
parent
ad1c3f9a3b
commit
3baef42aac
@@ -26,6 +26,13 @@ public class PacketAvatarFetterDataNotify extends GenshinPacket {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
int rewardId = avatar.getNameCardRewardId();
|
||||
int cardId = avatar.getNameCardId();
|
||||
|
||||
if (avatar.getPlayer().getNameCardList().contains(cardId)) {
|
||||
avatarFetter.addRewardedFetterLevelList(rewardId);
|
||||
}
|
||||
|
||||
AvatarFetterInfo avatarFetterInfo = avatarFetter.build();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user