mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-14 16:02:14 +00:00
fix drop notification images for hatching potions
This commit is contained in:
parent
f1c5b43468
commit
61e8b65f14
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue