works 4.0 in-game

This commit is contained in:
Yuuki
2023-08-17 19:18:58 +08:00
parent 8588bcbdc7
commit 5c8ce7171b
1422 changed files with 25367 additions and 24850 deletions

View File

@@ -15,17 +15,14 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 1695
// Obf: JJBMNICCKDE
// CmdId: 24216
// Obf: GOMCDJDBLPG
message AvatarUpgradeRsp {
map<uint32, float> old_fight_prop_map = 13;
uint64 avatar_guid = 8;
uint32 cur_level = 14;
map<uint32, float> cur_fight_prop_map = 12;
int32 retcode = 10;
uint32 old_level = 4;
uint32 cur_level = 3;
map<uint32, float> cur_fight_prop_map = 2;
map<uint32, float> old_fight_prop_map = 6;
int32 retcode = 9;
uint32 old_level = 5;
uint64 avatar_guid = 14;
}