diff --git a/website/public/js/services/notificationServices.js b/website/public/js/services/notificationServices.js index 2fe226a8b4..481f3222e0 100644 --- a/website/public/js/services/notificationServices.js +++ b/website/public/js/services/notificationServices.js @@ -85,7 +85,7 @@ angular.module("habitrpg").factory("Notification", dropClass = 'Pet_Egg_' + item.key; break; case "HatchingPotion": - dropClass = 'Pet_Hatching' + item.key; + dropClass = 'Pet_HatchingPotion_' + item.key; break; case "Food": dropClass = 'Pet_Food_' + item.key;