Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
Update StartGymBattleMessage.proto (#97)
Browse files Browse the repository at this point in the history
* Update StartGymBattleMessage.proto

* Update StartGymBattleMessage.proto
  • Loading branch information
Grover-c13 authored and Ruben Vereecken committed Jul 31, 2016
1 parent d41d4b8 commit 333e547
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package POGOProtos.Networking.Requests.Messages;
message StartGymBattleMessage {
string gym_id = 1;
repeated fixed64 attacking_pokemon_ids = 2;
uint64 defending_pokemon_id = 3;
fixed64 defending_pokemon_id = 3; // needs to be fixed64, tested by Grover
double player_latitude = 4;
double player_longitude = 5;
}

0 comments on commit 333e547

Please sign in to comment.