Skip to content

Commit

Permalink
tincture id has changed #1399
Browse files Browse the repository at this point in the history
  • Loading branch information
SnosMe committed Aug 1, 2024
1 parent 9caea95 commit edb1e58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion renderer/public/data/en/app_i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"heistequipment_heistutility": "Heist Cloak",
"accessory_trinket": "Trinket",
"sanctum_relic": "Sanctum Relic",
"azmeri_tincture": "Tincture",
"tincture": "Tincture",
"azmeri_charm": "Charm"
},
"filters": {
Expand Down
2 changes: 1 addition & 1 deletion renderer/public/data/ko/app_i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"heistequipment_heistutility": "강탈 망토",
"accessory_trinket": "도둑 장신구",
"sanctum_relic": "성역 유물",
"azmeri_tincture": "팅크",
"tincture": "팅크",
"azmeri_charm": "부적"
},
"filters": {
Expand Down
2 changes: 1 addition & 1 deletion renderer/src/web/price-check/trade/pathofexile-trade.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const CATEGORY_TO_TRADE_ID = new Map([
[ItemCategory.HeistCloak, 'heistequipment.heistutility'],
[ItemCategory.Trinket, 'accessory.trinket'],
[ItemCategory.SanctumRelic, 'sanctum.relic'],
[ItemCategory.Tincture, 'azmeri.tincture'],
[ItemCategory.Tincture, 'tincture'],
[ItemCategory.Charm, 'azmeri.charm']
])

Expand Down

0 comments on commit edb1e58

Please sign in to comment.