This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
What does the provided patch do?
Fix for correct detection form "Enchanted: +x Stat and +x Stat" To time its detect only the second Stat.
The error is when create statText from statText1 and statText2, that statText1 is "Enchanted:" and not a empty string
Please provide any additional information below.
On line 7706
local enchanted = ENCHANTED_TOOLTIP_LINE:gsub("(%%s)", ""):lower():trim() local statText = statText1 == enchanted and statText2 or statText1..statText2
Here examples of dual enchants:
http://wowhead.com/spell=86403 http://wowhead.com/spell=86402 http://wowhead.com/spell=86401 http://wowhead.com/spell=86375
http://wowhead.com/item=82444 http://wowhead.com/item=82445
http://wowhead.com/item=83764 http://wowhead.com/item=83763 http://wowhead.com/item=83765
Thanks for the links. It never occurred to me that my Legarmor was a dual-enchant; and that it's been missing the second enchant all this time.
Added unit tests for all those linked items.
hmm doesn't seem to take in other translations yet like german http://de.wowhead.com/item=83765
@yoshimo: Go
Works fine for me on a german client. How did you test it? If you tested with RatingBuster, did you make sure that "ignore enchants" was not enabled?
To post a comment, please login or register a new account.