Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
ziqian zhang
Grasscutter
Commits
1130138a
Commit
1130138a
authored
Apr 27, 2022
by
Melledy
Browse files
Fix internal server error when changing characters
parent
f0d728b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/emu/grasscutter/server/packet/send/PacketChangeAvatarRsp.java
View file @
1130138a
...
@@ -11,7 +11,7 @@ public class PacketChangeAvatarRsp extends BasePacket {
...
@@ -11,7 +11,7 @@ public class PacketChangeAvatarRsp extends BasePacket {
super
(
PacketOpcodes
.
ChangeAvatarRsp
);
super
(
PacketOpcodes
.
ChangeAvatarRsp
);
ChangeAvatarRsp
p
=
ChangeAvatarRsp
.
newBuilder
()
ChangeAvatarRsp
p
=
ChangeAvatarRsp
.
newBuilder
()
.
setRetcode
(
RetcodeOuterClass
.
Retcode
.
RET_S
VR_ERROR
_VALUE
)
.
setRetcode
(
RetcodeOuterClass
.
Retcode
.
RET_S
UCC
_VALUE
)
.
setCurGuid
(
guid
)
.
setCurGuid
(
guid
)
.
build
();
.
build
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment