Skip to content

Commit

Permalink
little fixes (FeroxRev#31)
Browse files Browse the repository at this point in the history
* little fixes

* Seems to be right like in

AeonLucid/POGOProtos#69

mentioned
  • Loading branch information
UntilSunrise authored and FeroxRev committed Jul 26, 2016
1 parent a006bd3 commit c6d12b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PokemonGo.RocketAPI/Rpc/Encounter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public async Task<DiskEncounterResponse> EncounterLurePokemon(ulong encounterId,
return await PostProtoPayload<Request, DiskEncounterResponse>(RequestType.DiskEncounter, message);
}

public async Task<EncounterTutorialCompleteResponse> EncounterLurePokemon(PokemonId pokemonId)
public async Task<EncounterTutorialCompleteResponse> EncounterTutorialComplete(PokemonId pokemonId)
{
var message = new EncounterTutorialCompleteMessage()
{
Expand Down

0 comments on commit c6d12b6

Please sign in to comment.