diff --git a/src/generated/main/emu/lunarcore/proto/EnhanceRogueBuffCsReqOuterClass.java b/src/generated/main/emu/lunarcore/proto/EnhanceRogueBuffCsReqOuterClass.java
index 66e3fc1..c86e5c1 100644
--- a/src/generated/main/emu/lunarcore/proto/EnhanceRogueBuffCsReqOuterClass.java
+++ b/src/generated/main/emu/lunarcore/proto/EnhanceRogueBuffCsReqOuterClass.java
@@ -19,7 +19,7 @@ public final class EnhanceRogueBuffCsReqOuterClass {
private static final long serialVersionUID = 0L;
/**
- * optional uint32 buff_id = 10;
+ * optional uint32 buff_id = 11;
*/
private int buffId;
@@ -34,7 +34,7 @@ public final class EnhanceRogueBuffCsReqOuterClass {
}
/**
- * optional uint32 buff_id = 10;
+ * optional uint32 buff_id = 11;
* @return whether the buffId field is set
*/
public boolean hasBuffId() {
@@ -42,7 +42,7 @@ public final class EnhanceRogueBuffCsReqOuterClass {
}
/**
- * optional uint32 buff_id = 10;
+ * optional uint32 buff_id = 11;
* @return this
*/
public EnhanceRogueBuffCsReq clearBuffId() {
@@ -52,7 +52,7 @@ public final class EnhanceRogueBuffCsReqOuterClass {
}
/**
- * optional uint32 buff_id = 10;
+ * optional uint32 buff_id = 11;
* @return the buffId
*/
public int getBuffId() {
@@ -60,7 +60,7 @@ public final class EnhanceRogueBuffCsReqOuterClass {
}
/**
- * optional uint32 buff_id = 10;
+ * optional uint32 buff_id = 11;
* @param value the buffId to set
* @return this
*/
@@ -129,7 +129,7 @@ public final class EnhanceRogueBuffCsReqOuterClass {
@Override
public void writeTo(final ProtoSink output) throws IOException {
if ((bitField0_ & 0x00000001) != 0) {
- output.writeRawByte((byte) 80);
+ output.writeRawByte((byte) 88);
output.writeUInt32NoTag(buffId);
}
}
@@ -150,7 +150,7 @@ public final class EnhanceRogueBuffCsReqOuterClass {
int tag = input.readTag();
while (true) {
switch (tag) {
- case 80: {
+ case 88: {
// buffId
buffId = input.readUInt32();
bitField0_ |= 0x00000001;
diff --git a/src/generated/main/emu/lunarcore/proto/EnhanceRogueBuffScRspOuterClass.java b/src/generated/main/emu/lunarcore/proto/EnhanceRogueBuffScRspOuterClass.java
index 64f5a2b..30e58c3 100644
--- a/src/generated/main/emu/lunarcore/proto/EnhanceRogueBuffScRspOuterClass.java
+++ b/src/generated/main/emu/lunarcore/proto/EnhanceRogueBuffScRspOuterClass.java
@@ -24,12 +24,12 @@ public final class EnhanceRogueBuffScRspOuterClass {
private int retcode;
/**
- * optional bool is_success = 12;
+ * optional bool is_success = 7;
*/
private boolean isSuccess;
/**
- * optional .RogueBuff rogue_buff = 6;
+ * optional .RogueBuff rogue_buff = 3;
*/
private final RogueBuffOuterClass.RogueBuff rogueBuff = RogueBuffOuterClass.RogueBuff.newInstance();
@@ -81,7 +81,7 @@ public final class EnhanceRogueBuffScRspOuterClass {
}
/**
- * optional bool is_success = 12;
+ * optional bool is_success = 7;
* @return whether the isSuccess field is set
*/
public boolean hasIsSuccess() {
@@ -89,7 +89,7 @@ public final class EnhanceRogueBuffScRspOuterClass {
}
/**
- * optional bool is_success = 12;
+ * optional bool is_success = 7;
* @return this
*/
public EnhanceRogueBuffScRsp clearIsSuccess() {
@@ -99,7 +99,7 @@ public final class EnhanceRogueBuffScRspOuterClass {
}
/**
- * optional bool is_success = 12;
+ * optional bool is_success = 7;
* @return the isSuccess
*/
public boolean getIsSuccess() {
@@ -107,7 +107,7 @@ public final class EnhanceRogueBuffScRspOuterClass {
}
/**
- * optional bool is_success = 12;
+ * optional bool is_success = 7;
* @param value the isSuccess to set
* @return this
*/
@@ -118,7 +118,7 @@ public final class EnhanceRogueBuffScRspOuterClass {
}
/**
- * optional .RogueBuff rogue_buff = 6;
+ * optional .RogueBuff rogue_buff = 3;
* @return whether the rogueBuff field is set
*/
public boolean hasRogueBuff() {
@@ -126,7 +126,7 @@ public final class EnhanceRogueBuffScRspOuterClass {
}
/**
- * optional .RogueBuff rogue_buff = 6;
+ * optional .RogueBuff rogue_buff = 3;
* @return this
*/
public EnhanceRogueBuffScRsp clearRogueBuff() {
@@ -136,7 +136,7 @@ public final class EnhanceRogueBuffScRspOuterClass {
}
/**
- * optional .RogueBuff rogue_buff = 6;
+ * optional .RogueBuff rogue_buff = 3;
*
* This method returns the internal storage object without modifying any has state.
* The returned object should not be modified and be treated as read-only.
@@ -150,7 +150,7 @@ public final class EnhanceRogueBuffScRspOuterClass {
}
/**
- * optional .RogueBuff rogue_buff = 6;
+ * optional .RogueBuff rogue_buff = 3;
*
* This method returns the internal storage object and sets the corresponding
* has state. The returned object will become part of this message and its
@@ -164,7 +164,7 @@ public final class EnhanceRogueBuffScRspOuterClass {
}
/**
- * optional .RogueBuff rogue_buff = 6;
+ * optional .RogueBuff rogue_buff = 3;
* @param value the rogueBuff to set
* @return this
*/
@@ -250,11 +250,11 @@ public final class EnhanceRogueBuffScRspOuterClass {
output.writeUInt32NoTag(retcode);
}
if ((bitField0_ & 0x00000002) != 0) {
- output.writeRawByte((byte) 96);
+ output.writeRawByte((byte) 56);
output.writeBoolNoTag(isSuccess);
}
if ((bitField0_ & 0x00000004) != 0) {
- output.writeRawByte((byte) 50);
+ output.writeRawByte((byte) 26);
output.writeMessageNoTag(rogueBuff);
}
}
@@ -286,20 +286,20 @@ public final class EnhanceRogueBuffScRspOuterClass {
retcode = input.readUInt32();
bitField0_ |= 0x00000001;
tag = input.readTag();
- if (tag != 96) {
+ if (tag != 56) {
break;
}
}
- case 96: {
+ case 56: {
// isSuccess
isSuccess = input.readBool();
bitField0_ |= 0x00000002;
tag = input.readTag();
- if (tag != 50) {
+ if (tag != 26) {
break;
}
}
- case 50: {
+ case 26: {
// rogueBuff
input.readMessage(rogueBuff);
bitField0_ |= 0x00000004;