Skip to content

Commit

Permalink
Fix TutorialComplete method name
Browse files Browse the repository at this point in the history
  • Loading branch information
FeroxRev committed Jul 29, 2016
1 parent 4d9bb8f commit e5ed64e
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 e5ed64e

Please sign in to comment.