Skip to content

Commit

Permalink
fix enchanting icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kayla-glick committed Dec 27, 2024
1 parent c12bf94 commit a7098a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/components/gear_picker/item_list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ export default class ItemList<T extends ItemListType> {
src = "https://wow.zamimg.com/images/wow/icons/tiny/trade_blacksmithing.gif"
break;
case Profession.Enchanting:
src = "https://wow.zamimg.com/images/wow/icons/tiny/trade_enchanting.gif"
src = "https://wow.zamimg.com/images/wow/icons/tiny/trade_engraving.gif"
break;
case Profession.Engineering:
src = "https://wow.zamimg.com/images/wow/icons/tiny/trade_engineering.gif"
Expand Down

0 comments on commit a7098a2

Please sign in to comment.