BrenoLudgero / Recipe_Master

The ultimate recipe tracking add-on for World of Warcraft
Other
0 stars 1 forks source link

Learned enchantments not being recognized on languages other than English #8

Closed BrenoLudgero closed 1 month ago

BrenoLudgero commented 1 month ago
          Sorry, maybe it's not quite the same problem as mentioned above. In principle, it can be said that not all recipes are recognized as learned. Here is a screenshot with two examples. You can also see this from the total number of recipes learned, which is far too low for the level.

enchanting_recipemaster Edit: Tested in the Classic Cataclysm.

_Originally posted by @tanrak in https://github.com/BrenoLudgero/Recipe_Master/issues/5#issuecomment-2434362435_

BrenoLudgero commented 1 month ago

Enchantments are handled differently during the process of identifying learned skills in Cataclysm. With that said, the handling method is working as expected on my end:

enchanting_window

Could you delete the saved variables for Recipe Master to see if there are any changes? Those are found in .../Program Files (x86)/World of Warcraft/classic/WTF/Account/Account#/SavedVariables/ Make sure to delete RecipeMaster.lua and RecipeMaster.lua.bak This will reset your Recipe Master preferences.

tanrak commented 1 month ago

Hi, the problem seems to be language-dependent. I have deleted both config files (.lua and .lua.bak) and then started the client in german: Zwischenablage_10-24-2024_01 Then i deleted the configs again and started the client in english language et voila: Zwischenablage_10-24-2024_02 All the learned recipes are showed up.

BrenoLudgero commented 1 month ago

You are correct. I followed your steps and was able to reproduce the issue.

I've identified the source of the issue and will fix it ASAP.

BrenoLudgero commented 1 month ago

I apologize for the inconvenience, it was an oversight on my part.

The problem has been fixed and the changes are now included in version 2.4.1.

Thank you for your feedback, @tanrak!