silverwind / idTip

WoW Addon: Adds IDs to the ingame tooltips
BSD 2-Clause "Simplified" License
41 stars 32 forks source link

GetCurrencyListLink error in 9.0.1 #60

Closed ywfn closed 4 years ago

ywfn commented 4 years ago

An error will happen when mousing over a currency in 9.0.1

In idTip.lua, need to change:

GetCurrencyListLink(index)

to:

C_CurrencyInfo.GetCurrencyListLink(index)