diff --git a/static/madmin/templates/quests.html b/static/madmin/templates/quests.html
index 7038e51c5..226d72c64 100644
--- a/static/madmin/templates/quests.html
+++ b/static/madmin/templates/quests.html
@@ -140,6 +140,9 @@
var url = `${iconBasePath}/pokemon_icon_${String.prototype.padStart.call(quest_pokemon_id, 3, 0)}_${quest_pokemon_form_id}${costume}.png`;
var image = ``;
break;
+ case 9:
+ var image = '';
+ break;
case 12:
var url = 'https://raw.githubusercontent.com/whitewillem/PogoAssets/resized/icons_large/rewards/reward_mega_energy.png'
var image = ``;