Skip to content

Conversation

@alexthepink95
Copy link
Contributor

No description provided.

u will have to change one line in logic.tasks.favoritepokemontasks
change
await session.Client.Inventory.SetFavoritePokemon(pokemon.Id, true);
to
await
session.Client.Inventory.SetFavoritePokemon(Convert.ToInt64(pokemon.Id),
true);
i was working on something and didnt mean to upload that part
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant