Chalos-Atiesh / GuildTradeskills

Other
2 stars 3 forks source link

Enchanting is not scanned correctly #78

Closed ixidion closed 3 years ago

ixidion commented 3 years ago

When scanning for Enchanting in TBC. The message appears that recipes are fetched from server. This box fades after a few seconds. Enchanting appears as scanned profession, but in the search window not a single enchant is listed.

ixidion commented 3 years ago

In file Profession.lua the line 163 needs to be changed: if kind == nil or (kind ~= 'header' and kind ~= 'trivial' and kind ~= 'easy' and kind ~= 'medium' and kind ~= 'optimal' and kind ~= 'difficult') then