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

Commit 333e547

Browse files
Grover-c13Ruben Vereecken
authored andcommitted
Update StartGymBattleMessage.proto (#97)
* Update StartGymBattleMessage.proto * Update StartGymBattleMessage.proto
1 parent d41d4b8 commit 333e547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/POGOProtos/Networking/Requests/Messages/StartGymBattleMessage.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ package POGOProtos.Networking.Requests.Messages;
44
message StartGymBattleMessage {
55
string gym_id = 1;
66
repeated fixed64 attacking_pokemon_ids = 2;
7-
uint64 defending_pokemon_id = 3;
7+
fixed64 defending_pokemon_id = 3; // needs to be fixed64, tested by Grover
88
double player_latitude = 4;
99
double player_longitude = 5;
1010
}

0 commit comments

Comments
 (0)