You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Tekkub, I tried to reach you before via twitter, but I guess you may see this more often and seems to be more appropriated to post it here.
In portuguese localization of the game, the checkbox "Show soulbound items" doesn't work. I've been researching throughout the code and found out that if I change the file Disenchanting.lua, line 21 to
if tip.L[i] == L.Vinculado then return true end
As you can see i had to change "Soulbound" to "Vinculado" there so it now works - but it won't work on other languages probably. Could you try to fix it? I tried to put the WoW Constant ITEM_SOULBOUND in its place (L.ITEM_SOULBOUND then ...) but it didn't work. I guess maybe doing a variable before? I don't know.
Woof! :P
The text was updated successfully, but these errors were encountered:
Hi Tekkub, I tried to reach you before via twitter, but I guess you may see this more often and seems to be more appropriated to post it here.
In portuguese localization of the game, the checkbox "Show soulbound items" doesn't work. I've been researching throughout the code and found out that if I change the file Disenchanting.lua, line 21 to
if tip.L[i] == L.Vinculado then return true end
As you can see i had to change "Soulbound" to "Vinculado" there so it now works - but it won't work on other languages probably. Could you try to fix it? I tried to put the WoW Constant ITEM_SOULBOUND in its place (L.ITEM_SOULBOUND then ...) but it didn't work. I guess maybe doing a variable before? I don't know.
Woof! :P
The text was updated successfully, but these errors were encountered: