mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 11:36:45 +00:00
Use stable sprites (#15421)
This commit is contained in:
parent
41bbc475ab
commit
0eaee9b1e4
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@
|
|||
<div class="pet-background">
|
||||
<Sprite
|
||||
class="mount"
|
||||
:image-name="`Mount_Icon_${mount.key}`"
|
||||
:image-name="`stable_Mount_Icon_${mount.key}`"
|
||||
/>
|
||||
</div>
|
||||
<h4 class="title">
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ export const QuestHelperMixin = {
|
|||
case 'quests':
|
||||
return `inventory_quest_scroll_${drop.key}`;
|
||||
case 'mounts':
|
||||
return `Mount_Icon_${drop.key}`;
|
||||
return `stable_Mount_Icon_${drop.key}`;
|
||||
case 'pets':
|
||||
return `stable_Pet-${drop.key}`;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Reference in a new issue