Skip to content

Commit

Permalink
noob (AeonLucid#23)
Browse files Browse the repository at this point in the history
* Fix incorrect response name. (AeonLucid#2)

* Fix incorrect response name. (AeonLucid#3)

* noob
  • Loading branch information
Hatsune Miku authored and AeonLucid committed Jul 20, 2016
1 parent 0453c35 commit 399cda0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package POGOProtos.Networking.Responses;

message UseItemReviveResponse {
.POGOProtos.Networking.Responses.UseRevivePotionResponse.Result result = 1;
.POGOProtos.Networking.Responses.UseItemReviveResponse.Result result = 1;
int32 stamina = 2;

enum Result {
Expand Down

0 comments on commit 399cda0

Please sign in to comment.