diff --git a/protos/PlayerInfoProto.proto b/protos/PlayerInfoProto.proto index 4f74ebf..6089767 100644 --- a/protos/PlayerInfoProto.proto +++ b/protos/PlayerInfoProto.proto @@ -539,7 +539,8 @@ import "CommonProto.proto"; message UpdateUserExpIndicaiton{ optional int32 level = 1 ;// 玩家等级 - optional int64 exp =2 ; // 玩家经验 + optional int64 exp = 2 ; // 玩家经验 + optional Drop drop = 3; // 玩家升级给的道具 }