diff --git a/protocol/userProxy.proto b/protocol/userProxy.proto index 2c8920a71dd1b82a5ebe19504acca08ea376ed49..906b1d6d7006f76584df467f9e8e162481cc893d 100644 --- a/protocol/userProxy.proto +++ b/protocol/userProxy.proto @@ -462,17 +462,5 @@ message MicUserData { uint32 svipLevel = 12; string micEffect = 14; string headwearIcon = 15; - CvSvip svip = 16; -} - -message CvSvip { - int32 svipLevel = 1; - repeated CVSvipPrivilege privileges = 2; -} - -message CVSvipPrivilege { - int32 type = 1; - bool canSwitch = 2; - bool userSwitch = 3; - string mysteryCode = 4; + Svip svip = 16; } \ No newline at end of file