灵兽升级报空处理

back_recharge
duhui 2021-01-20 15:01:02 +08:00
parent b5f1b291ad
commit f5e5bf662b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public enum FunctionIdEnum {
DeathPath(72,null),
Car_Delay(73,new CarDelayFunction()),
Situation_challenge(74,null),
Pokemon(79,null),
Pokemon(79,null,MessageTypeProto.MessageType.POKEMON_COMONPENT_LEVELUP_REQUEST_VALUE,MessageTypeProto.MessageType.POKEMON_ADVANCED_REQUEST_VALUE),
World_Arena(82,new WorldArenaFunction()),
;