Add support for game version 3.6 (#2110)

* Update to game version `3.6.0` (pt. 1)

not complete!

* Update to game version `3.6.0` (pt. 2)

not complete!

* Update compiled definitions
This commit is contained in:
Magix
2023-04-30 19:08:54 -07:00
committed by GitHub
Unverified
parent 60e8106b01
commit c4f1208f45
1323 changed files with 434863 additions and 141164 deletions
@@ -19,15 +19,15 @@ public final class QuestDelNotifyOuterClass {
com.google.protobuf.MessageOrBuilder {
/**
* <code>uint32 quest_id = 12;</code>
* <code>uint32 quest_id = 9;</code>
* @return The questId.
*/
int getQuestId();
}
/**
* <pre>
* Name: NICABKGLDMP
* CmdId: 454
* CmdId: 489
* Name: DCJBFMBMMHN
* </pre>
*
* Protobuf type {@code QuestDelNotify}
@@ -74,7 +74,7 @@ public final class QuestDelNotifyOuterClass {
case 0:
done = true;
break;
case 96: {
case 72: {
questId_ = input.readUInt32();
break;
@@ -111,10 +111,10 @@ public final class QuestDelNotifyOuterClass {
emu.grasscutter.net.proto.QuestDelNotifyOuterClass.QuestDelNotify.class, emu.grasscutter.net.proto.QuestDelNotifyOuterClass.QuestDelNotify.Builder.class);
}
public static final int QUEST_ID_FIELD_NUMBER = 12;
public static final int QUEST_ID_FIELD_NUMBER = 9;
private int questId_;
/**
* <code>uint32 quest_id = 12;</code>
* <code>uint32 quest_id = 9;</code>
* @return The questId.
*/
@java.lang.Override
@@ -137,7 +137,7 @@ public final class QuestDelNotifyOuterClass {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (questId_ != 0) {
output.writeUInt32(12, questId_);
output.writeUInt32(9, questId_);
}
unknownFields.writeTo(output);
}
@@ -150,7 +150,7 @@ public final class QuestDelNotifyOuterClass {
size = 0;
if (questId_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeUInt32Size(12, questId_);
.computeUInt32Size(9, questId_);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -279,8 +279,8 @@ public final class QuestDelNotifyOuterClass {
}
/**
* <pre>
* Name: NICABKGLDMP
* CmdId: 454
* CmdId: 489
* Name: DCJBFMBMMHN
* </pre>
*
* Protobuf type {@code QuestDelNotify}
@@ -431,7 +431,7 @@ public final class QuestDelNotifyOuterClass {
private int questId_ ;
/**
* <code>uint32 quest_id = 12;</code>
* <code>uint32 quest_id = 9;</code>
* @return The questId.
*/
@java.lang.Override
@@ -439,7 +439,7 @@ public final class QuestDelNotifyOuterClass {
return questId_;
}
/**
* <code>uint32 quest_id = 12;</code>
* <code>uint32 quest_id = 9;</code>
* @param value The questId to set.
* @return This builder for chaining.
*/
@@ -450,7 +450,7 @@ public final class QuestDelNotifyOuterClass {
return this;
}
/**
* <code>uint32 quest_id = 12;</code>
* <code>uint32 quest_id = 9;</code>
* @return This builder for chaining.
*/
public Builder clearQuestId() {
@@ -527,7 +527,7 @@ public final class QuestDelNotifyOuterClass {
static {
java.lang.String[] descriptorData = {
"\n\024QuestDelNotify.proto\"\"\n\016QuestDelNotify" +
"\022\020\n\010quest_id\030\014 \001(\rB\033\n\031emu.grasscutter.ne" +
"\022\020\n\010quest_id\030\t \001(\rB\033\n\031emu.grasscutter.ne" +
"t.protob\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor