View Single Post
02-17-16, 12:12 PM   #11
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by zork View Post
Yeah I'm not even sure if tempenchants work properly.

Has 2 entries
https://github.com/tekkub/wow-ui-sou...aders.lua#L724
Loops over 3 entries
https://github.com/tekkub/wow-ui-sou...aders.lua#L795
I found the problem here:

https://github.com/tekkub/wow-ui-sou...aders.lua#L793

They use the old GetWeaponEnchant() arguments, instead of the live one:

Lua Code:
  1. local hasMainHandEnchant, mainHandExpiration, mainHandCharges, mainHandEnchantID, hasOffHandEnchant, offHandExpiration, offHandCharges, offHandEnchantId = GetWeaponEnchantInfo()

Somebody poke Blizzard about this, i want a working tempenchant frame.
  Reply With Quote