fix drop notification images for hatching potions

This commit is contained in:
Alice Harris 2015-03-28 11:24:58 +10:00
parent f1c5b43468
commit 61e8b65f14

View file

@ -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;