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

Commit

Permalink
Fix failing build on comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonLucid committed Feb 17, 2017
1 parent f467cb5 commit 0b51f95
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/POGOProtos/Networking/Requests/RequestType.proto
Expand Up @@ -61,13 +61,13 @@ enum RequestType {
CHECK_CHALLENGE = 600; // Implemented [R & M]
VERIFY_CHALLENGE = 601; // Implemented [R & M]
ECHO = 666; // Implemented [R & M]
SFIDA_REGISTRATION = 800; // Not yet released.
SFIDA_ACTION_LOG = 801; // Implemented [R & M]
SFIDA_CERTIFICATION = 802; // Not yet released.
SFIDA_UPDATE = 803; // Not yet released.
SFIDA_ACTION = 804; // Not yet released.
SFIDA_DOWSER = 805; // Not yet released.
SFIDA_CAPTURE = 806; // Not yet released.
LIST_AVATAR_CUSTOMIZATIONS = 807;
SET_AVATAR_ITEM_AS_VIEWED = 808;
SFIDA_REGISTRATION = 800; // Not yet released.
SFIDA_ACTION_LOG = 801; // Implemented [R & M]
SFIDA_CERTIFICATION = 802; // Not yet released.
SFIDA_UPDATE = 803; // Not yet released.
SFIDA_ACTION = 804; // Not yet released.
SFIDA_DOWSER = 805; // Not yet released.
SFIDA_CAPTURE = 806; // Not yet released.
LIST_AVATAR_CUSTOMIZATIONS = 807; // Implemented [R & M]
SET_AVATAR_ITEM_AS_VIEWED = 808; // Implemented [R & M]
}

0 comments on commit 0b51f95

Please sign in to comment.