Commit 8c6e884b00729233178da48102099aaf5970978a
1 parent
daec81c6
fix: update
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
models.proto
@@ -177,7 +177,7 @@ message Dispatch { | @@ -177,7 +177,7 @@ message Dispatch { | ||
177 | message BattleOffline { | 177 | message BattleOffline { |
178 | string team_id = 1; | 178 | string team_id = 1; |
179 | string drop_reward = 2; | 179 | string drop_reward = 2; |
180 | - repeated string MapItemDrops = 3; | ||
181 | - repeated string TreasureReward = 4; | 180 | + repeated string item_reward = 3; |
181 | + repeated string treasure_reward = 4; | ||
182 | int32 battle_carbon = 5; | 182 | int32 battle_carbon = 5; |
183 | } | 183 | } |
184 | \ No newline at end of file | 184 | \ No newline at end of file |