fix checkBattle protobuf

This commit is contained in:
luying
2021-01-11 16:43:25 +08:00
parent 5ca63c00ae
commit b5ed1e3a4b

View File

@@ -166,10 +166,7 @@ module.exports = {
"required uInt32 type": 1
},
"battle.normalBattleHandler.checkBattle": {
"message Hero": {
"required uInt32 hid": 1
},
"required uInt32 battleId": 1,
"repeated Hero heroes": 2
"repeated uInt32 heroes": 2
}
}