mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-13 11:23:40 +08:00
Some proto name changes
This commit is contained in:
committed by
Luke H-W
Unverified
parent
bc2c5deb48
commit
591ca4805a
@@ -24,9 +24,9 @@ public class PacketGetAllMailRsp extends BasePacket {
|
||||
GetAllMailRsp.Builder proto = GetAllMailRsp.newBuilder();
|
||||
|
||||
if (isGiftMail) {
|
||||
proto.setANKKGPJCINB(true);
|
||||
proto.setUnk2700OPEHLDAGICF(true);
|
||||
} else {
|
||||
proto.setANKKGPJCINB(false);
|
||||
proto.setUnk2700OPEHLDAGICF(false);
|
||||
|
||||
if (player.getAllMail().size() != 0) { // Make sure the player has mail
|
||||
List<MailData> mailDataList = new ArrayList<MailData>();
|
||||
@@ -61,7 +61,7 @@ public class PacketGetAllMailRsp extends BasePacket {
|
||||
mailData.setImportance(message.importance);
|
||||
mailData.setIsRead(message.isRead);
|
||||
mailData.setIsAttachmentGot(message.isAttachmentGot);
|
||||
mailData.setBHCAHLJIKFFValue(1);
|
||||
mailData.setUnk2700NDPPGJKJOMHValue(1);
|
||||
|
||||
mailDataList.add(mailData.build());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user