Commit 19116a4d4a8d0dff2eb342177755cf8b2184015b
1 parent
12fe1cee
fix: update
Showing
1 changed file
with
9 additions
and
8 deletions
Show diff stats
protocode.proto
| ... | ... | @@ -14,14 +14,15 @@ enum ProtoCode |
| 14 | 14 | RoleClearItemsRpc = 506; |
| 15 | 15 | RoleStartBattleRpc = 507; |
| 16 | 16 | RoleEndBattleRpc = 508; |
| 17 | - RoleTaskRpc = 509; | |
| 18 | - EquipmentDelRpc = 510; | |
| 19 | - HeroUpLevelRpc = 511; | |
| 20 | - EmailListRpc = 512; | |
| 21 | - EmailDrawRpc = 513; | |
| 22 | - EmailCheckRpc = 514; | |
| 23 | - EmailDelRpc = 515; | |
| 24 | - StoreBuyRpc = 516; | |
| 17 | + RoleGuideRpc = 509; | |
| 18 | + RoleTaskRpc = 510; | |
| 19 | + EquipmentDelRpc = 511; | |
| 20 | + HeroUpLevelRpc = 512; | |
| 21 | + EmailListRpc = 513; | |
| 22 | + EmailDrawRpc = 514; | |
| 23 | + EmailCheckRpc = 515; | |
| 24 | + EmailDelRpc = 516; | |
| 25 | + StoreBuyRpc = 517; | |
| 25 | 26 | |
| 26 | 27 | DisConnectNty = 1001; |
| 27 | 28 | RoleUpdatePropertyNty = 1002; | ... | ... |