Commit 14a7d9101fb32e25d87d174a97ae5e11f4879380

Authored by zhangqijia
1 parent 4ca4a8f8

fix: 重置buff的协议改成重置关卡。 1. 重置buff;2. 重置关卡通关记录

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
game.proto
... ... @@ -116,7 +116,7 @@ message RoleBuffRar {
116 116 map<int32,int32> buffs = 3;
117 117 }
118 118  
119   -message RoleResetBuffRar {
  119 +message RoleResetChapterRar {
120 120 string chapter_id = 1;
121 121 }
122 122  
... ...
protocode.proto
... ... @@ -18,7 +18,7 @@ enum ProtoCode
18 18 RoleTaskRpc = 510;
19 19 RoleOpenBoxRpc = 511;
20 20 RoleBuffRpc = 512;
21   - RoleResetBuffRpc = 513;
  21 + RoleResetChapterRpc = 513;
22 22 RoleCostRpc = 514;
23 23 EquipmentDelRpc = 515;
24 24 EquipmentEnhanceRpc = 516;
... ...