pokepark / PokemonRaidBot

Telegram bot for organizing Raids in Pokémon Go. Developers & admins are welcome to join https://t.me/PokeParkSupport
https://t.me/PokeParkSupport
GNU Affero General Public License v3.0
48 stars 40 forks source link

pokedex_set_raid_level.php - Mega raid level missing #259

Closed chrism431 closed 2 years ago

chrism431 commented 2 years ago

mods/pokedex_set_raid_level.php currently has: $raid_levels = [0,1,2,3,4,5,'X'];

this leaves Mega raid level out, the (simple) fix, which also includes the abundant level 2 and 3 raid levels is: $raid_levels = [0,1,3,5,6,'X'];

This offers all raid levels for manual addition of raid bosses.

Ninjasoturi commented 2 years ago

PR #260 fixes this. Already fixed in dev branch

jinnatar commented 2 years ago

Fix is in main.