arkayenro / arkinventory

A World of Warcraft Inventory mod for Retail, Burning Crusade, and Classic
102 stars 14 forks source link

[BUG] duplicate currency name #1847

Open Unplayed opened 6 months ago

Unplayed commented 6 months ago

3.10.21

Live

ruRU

Every login to any character I see in chat:

[24/12 12:21:22] ArkInventory: WARNING> duplicate currency name [Honor Points DEPRECATED] [181=104] [24/12 12:21:22] ArkInventory: WARNING> duplicate currency name [Древесина] [1723=1540]

There is localization problem,

On English client these currencies have different names:

Wood 1540 Lumber 1723

But on Russian they both have same name:

Древесина

Same problem with:

Honor Points DEPRECATED 104 Honor Points DEPRECATED2 181

But on Russian they both have same name without digit "2":

Honor Points DEPRECATED

https://www.wowhead.com/ru/currency=104/honor-points-deprecated https://www.wowhead.com/ru/currency=181/honor-points-deprecated2

Can you workaround this problem? I don't think Blizzard will be able to fix it fast enough, they always do it slowly.

arkayenro commented 6 months ago

try 3.10.21-alpha-3. i've removed any reliance on the currency name and am using the currency link instead to work back to the currency id.

Unplayed commented 6 months ago

3.10.21-alpha-3 works fine on Russian wow client. Thanks!